# Functions
Decrypt decrypts a message for a given nonce and public/private keypair.
Encrypt takes a message, a nonce and a public/private keypair and returns the encrypted and authenticated message.
GenKeyPair generates a public/private key pair.
No description provided by the author
No description provided by the author
Seed math/rand's default generator with a random value, once.
Nonce takes an input length and returns a random nonce of the given length.
RandInt64 returns a random int64 value.
No description provided by the author
Sign takes a signature input and a signing key to create a signature.
Verify takes a signature input and a verifying key and returns an error, if the signature does not match.
# Constants
Available asymmetric crypto algorithms.
Available asymmetric crypto algorithms.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LatestVer is the wildcard version indicating the highest available version when requesting certificate chains and TRCs.
Constants for nacl/box implementation of Curve25519xSalsa20Poly1305.
Constants for nacl/box implementation of Curve25519xSalsa20Poly1305.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author