You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bulk of (the first step) of this work is implementing the following two functions from the Ecdsa.java example:
secp.ecdsaSign(msg_hash, privKey)
secp.ecdsaVerify(sig, msg_hash, pubkey)
These functions use secp256k1-jdk types (which are subclasses of java.security types) and should be implemented as (hopefully thin) wrappers on top of existing Bouncy Castle ECDSA functionality.
The initial goal for the Bouncy Castle ECDSA Implementation should be for the Ecdsa.{java,kt} examples to work properly.
The text was updated successfully, but these errors were encountered: