Skip to content
Snippets Groups Projects
Commit 187eb88e authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Tesla test restored

parent 7f7aaac8
No related branches found
No related tags found
1 merge request!19features-2387
......@@ -24,7 +24,7 @@ static void test_signing_verifying(void)
size_t siglen = key->enc_na(key, source, source_size, sig, max_signature_size);
dap_assert_PIF(siglen > 0, "Signing message");
size_t verify = 0;//key->dec_na(key, source, source_size, sig, siglen);
size_t verify = key->dec_na(key, source, source_size, sig, siglen);
dap_assert_PIF(!verify, "Verifying signature");
tesla_signature_delete((tesla_signature_t*)sig);
......
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