http://basedware.i2p/emdee/toxygen/commit/d0b767c779f15c995ede75cb2ed4ae7f583f08cb
_passphrase ) ) , out , byref ( tox_err_decryption ) ) tox_err_decryption = tox_err_decryption . value if tox_err_decryption == TOX_ERR_DECRYPTION [ ' OK ' ] : return out return out [ : ] elif tox_err_decryption == TOX_ERR_DECRYPTION [ ' NULL ' ] : raise ArgumentError ( ' Some input data, or maybe the output pointer, was null. ' ) elif tox_err_decryption == TOX_ERR_DECRYPTION [ ' INVALID_LENGTH ' ] : 29 tests/tests.py Unescape Escape View file @ -2,6 +2,7 @@ from src.bootstrap import node_generator from...