package
0.0.0-20210405173606-cd9060f5f776
Repository: https://github.com/kevinburke/nacl.git
Documentation: pkg.go.dev
# 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.