package
0.0.0-20200604101126-5bd6cff2be45
Repository: https://github.com/bcbchain/bclib.git
Documentation: pkg.go.dev
# Packages
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
No description provided by the author
# Functions
GenerateKey generates a public/private key pair using randomness from rand.
MakePublicKey makes a publicKey from the first half of privateKey.
Sign signs the message with privateKey and returns a signature.
Verify returns true iff sig is a valid signature of message by publicKey.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author