- Jul 23, 2019
-
-
alexey.stratulat authored
-
alexey.stratulat authored
Redid the wrapping of the base58 algorithm. Now it works with binary data (PyBytesObject) in place of strings. Also written a separate test.
-
- Jul 15, 2019
-
-
alexey.stratulat authored
[+] Added wrapping functions: dap_enc_key_get_enc_sizey, dap_enc_key_get_dec_size, dap_enc_key_update, dap_enc_gen_key_public_size, dap_enc_gen_key_public, dap_enc_key_signature_delete.
-
alexey.stratulat authored
-
alexey.stratulat authored
[*] Changed the function of creating a new key and deleting a key, added to them the use of a new transfer acceptance mechanism, keys from / to python.
-
alexey.stratulat authored
-
- Jul 05, 2019
-
-
alexey.stratulat authored
[*] The Base64 algorithm for the input accepts a PyByteObject object returns a tuple with an encoded value and long source data. The decryption function accepts this tuple and returns a PyBytesObject object. Exceptions do not arise, but redundant data appears.
-
- Jul 04, 2019
-
-
alexey.stratulat authored
-
alexey.stratulat authored
-
- Jul 02, 2019
-
-
alexey.stratulat authored
-
- Jul 01, 2019
-
-
alexey.stratulat authored
[+] Added packaging for dap_enc_base58_encode and dap_enc _base58_decode. Also created the basis for dap_enc_base64_encode and dap_enc _base64_decode.
-
- Jun 27, 2019
-
-
alexey.stratulat authored
Prepared the basis for libdap-crypto-python-module, created directories, wrote a cmake file, connected the submodules, made it connect in python, made stubs for the initialization function and the deinitialization function
-