Documentation
¶
Overview ¶
Package sign signs small messages using public-key cryptography.
This package is interoperable with libsodium, as well as TweetNaCl.
The sign package is essentially a wrapper for the Ed25519 signature algorithm (implemented by crypto/ed25519). It is frozen and is not accepting new features.
Index ¶
Constants ¶
View Source
const Overhead = 64
Overhead is the number of bytes of overhead when signing a message.
Variables ¶
This section is empty.
Functions ¶
func GenerateKey ¶
GenerateKey generates a new public/private key pair suitable for use with Sign and Open.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.