Sign/Verify Operations for ECDSA

also an Operation for ECDSA signature conversion,
as there could be multiple formats of the signature
This commit is contained in:
CPlusSharp 2021-11-13 01:46:31 +01:00
parent 7a2c9ddbc4
commit 8f182e4a9b
6 changed files with 727 additions and 0 deletions

View file

@ -59,6 +59,7 @@ import "./tests/Crypt.mjs";
import "./tests/CSV.mjs";
import "./tests/DateTime.mjs";
import "./tests/DefangIP.mjs";
import "./tests/ECDSA.mjs";
import "./tests/ELFInfo.mjs";
import "./tests/Enigma.mjs";
import "./tests/ExtractEmailAddresses.mjs";