Skip to content
Snippets Groups Projects
Commit 6e9db598 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] Created a test for dap_enc_key. It checks the addition and removal of a key.

parent bb3e604a
No related branches found
No related tags found
1 merge request!26Support 3689
import libdap_crypto_python_module as crypto
print ("Start dap_enc_key_test")
print ("Crypto init")
crypto.init()
print ("Create KEY")
key = crypto.newKey(1)
print ("Dellete key")
crypto.delKey(key)
print ("Crypto deinit")
crypto.deinit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment