ECTester icon indicating copy to clipboard operation
ECTester copied to clipboard

Tests support and behavior of elliptic curve cryptography implementations on JavaCards (TYPE_EC_FP and TYPE_EC_F2M) and in selected software libraries.

Results 1 ECTester issues
Sort by recently updated
recently updated
newest added

The command `java -jar standalone/build/libs/ECTesterStandalone.jar ecdsa -n 10 -t NONEwithECDSA openssl` works, but for `nettle` it doesn't work: ``` $ java -jar standalone/build/libs/ECTesterStandalone.jar ecdsa -n 10 -t NONEwithECDSA nettle index;signTime[nano];verifyTime[nano];data;pubW;privS;signature[NONE];nonce;verified...

bug
help wanted