package
0.0.0-20210405173606-cd9060f5f776
Repository: https://github.com/kevinburke/nacl.git
Documentation: pkg.go.dev

# Functions

Keypair generates a public/private key pair using entropy from rand.
Sign signs the message with privateKey.
Verify reports whether sig is a valid signature of message by publicKey.

# Constants

PrivateKeySize is the size, in bytes, of private keys as used in this package.
PublicKeySize is the size, in bytes, of public keys as used in this package.
SignatureSize is the size, in bytes, of signatures generated and verified by this package.

# Type aliases

PrivateKey is the type of Ed25519 private keys.
PublicKey is the type of Ed25519 public keys.