modulepackage
0.0.0-20200301051623-f19b832d0d2e
Repository: https://github.com/signal-golang/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.
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