Versions in this module Expand all Collapse all v0 v0.91.0 Jun 4, 2024 Changes in this version + const Overhead + func GenerateKey(rand io.Reader) (publicKey *[32]byte, privateKey *[64]byte, err error) + func Open(out, signedMessage []byte, publicKey *[32]byte) ([]byte, bool) + func Sign(out, message []byte, privateKey *[64]byte) []byte