Versions in this module Expand all Collapse all v0 v0.0.1 Dec 17, 2020 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