package
0.0.0-20231122075959-de838e9cb174
Repository: https://github.com/gitpod-io/golang-crypto.git
Documentation: pkg.go.dev
# Functions
GenerateKey generates a new public/private key pair suitable for use with Sign and Open.
Open verifies a signed message produced by Sign and appends the message to out, which must not overlap the signed message.
Sign appends a signed copy of message to out, which will be Overhead bytes longer than the original and must not overlap it.
# Constants
Overhead is the number of bytes of overhead when signing a message.