- Sep 09, 2019
-
-
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'.
-
- Aug 30, 2019
-
-
alexey.stratulat authored
-
- Jul 27, 2019
-
-
Dmitriy A. Gerasimov authored
Features 2324 - The main functions from libdap-crypto are wraped
-
- Jul 26, 2019
-
-
alexey.stratulat authored
[*] Fix. A key has been added to the vrapping with keying in the absence of kex or seed. I need to specify only the zero dimension of these parameters
-
alexey.stratulat authored
-
alexey.stratulat authored
-
alexey.stratulat authored
-
alexey.stratulat authored
-
alexey.stratulat authored
-
alexey.stratulat authored
-
alexey.stratulat authored
-
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
[*] Redid the base64 wrapping algorithm. Now it also works with binary data (PyBytesObject *) obtained from python
-
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
-
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 09, 2019
-
-
alexey.stratulat authored
emoved the transfer to the decoding function of the initial size of PyBytesObject. Added one more parameter to the wrapper of the encoding/decoding function, a numeric parameter, it takes a value from 1 to 2, which correspond to DAP_ENC_DATA_TYPE_B64 and DAP_ENC_DATA_TYPE_B64_URLSAFE from the dap_enc_data_type enumeration. And corrected the errors, now neither after nor during the execution of the Python script exceptions occur
-
- 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
-
alexey.stratulat authored
-
alexey.stratulat authored
[+] Made UnitTest which checks initialization, and library deinitialization, and also checks the operation of the base58 and base64 algorithm
-
- 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
-
- Jun 25, 2019
-
-
Dmitriy A. Gerasimov authored
-