modulepackage
0.0.0-20171027050219-d8387025d2b9
Repository: https://github.com/tendermint/ed25519.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