package
0.0.0-20221019060107-edb949a317e9
Repository: https://github.com/hellobchain/newcryptosm.git
Documentation: pkg.go.dev
# Functions
GenerateKey generates a public and private key pair.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Sign signs a hash (which should be the result of hashing a larger message) using the private key, priv.
Verify verifies the signature in r, s of hash using the public key, pub.
# Structs
PrivateKey represents an ECDSA private key.
PublicKey represents an ECDSA public key.