Look at implementing ECDSA #10
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It looks as though it uses Curve 22519, an elliptic curve used in ECDSA. We're going to have to create an ECDSA core in order to implement this, so start investigating and look at possible implementations.