- Mar 22, 2020
-
-
alexey.stratulat authored
-
- Mar 12, 2020
-
-
Dmitriy A. Gerasimov authored
-
- Feb 22, 2020
-
-
Dmitriy A. Gerasimov authored
-
- Dec 16, 2019
-
-
alexey.stratulat authored
-
alexey.stratulat authored
-
- Dec 13, 2019
-
-
alexey.stratulat authored
[+] Added a wrapper over the dap_hash_type enumeration. And added wrapping structur dap_chain_hash_fast_t and functions dap_chain_str_to_hash_fast, dap_hash_fast, dap_hash_fast_compare, dap_hash_fast_is_blank, dap_chain_hash_fast_to_str.
-
- Sep 30, 2019
-
-
alexey.stratulat authored
-
- Sep 18, 2019
-
-
alexey.stratulat authored
-
- Sep 10, 2019
-
-
alexey.stratulat authored
[+] Added new objects of type CryptoKeyType - implements an enumeration of the types of supported keys, and CryptoDataKey - implements an enumeration of the types of transmitted data.
-
- Sep 09, 2019
-
-
alexey.stratulat authored
[*] These functions have been modified to work with the Crypto.Key object, and not with a list of keys.
-
alexey.stratulat authored
-
alexey.stratulat authored
-
- Sep 03, 2019
-
-
alexey.stratulat authored
Added lines to the cmake file to include header files in other projects. I redid the base of libdap-crypto-python so that it is not a module, but a new type of object 'crypto'.
-
- Jul 26, 2019
-
-
alexey.stratulat authored
-
alexey.stratulat authored
-
- Jul 25, 2019
-
-
alexey.stratulat authored
[+] Made wrapping implementation of fast encryption algorithm AES, OAES. Written test for checking this wrapping
-
alexey.stratulat authored
-
alexey.stratulat authored
-
- Jul 23, 2019
-
-
alexey.stratulat authored
-
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
-