Versions in this module Expand all Collapse all v0 v0.1.0 Feb 12, 2016 Changes in this version + type Message struct + Box []byte + Content []byte + EphemeralPK *[32]byte + EphemeralSK *[32]byte + Nonce *[24]byte + PublicKey *[32]byte + RandReader *io.Reader + SecretKey *[32]byte + func Seal(content []byte, publicKey *[32]byte) (*Message, error) + func SealOpen(enc []byte, publicKey, secretKey *[32]byte) (*Message, error) + func (m *Message) Open() error + func (m *Message) Seal() error