Categorygithub.com/neatlib/ed25519-go
modulepackage
1.1.0
Repository: https://github.com/neatlib/ed25519-go.git
Documentation: pkg.go.dev

# README

Ed25519-go Library

# 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