Versions in this module Expand all Collapse all v1 v1.0.0 Feb 27, 2020 Changes in this version + const Size + func Handshake(privateKey *PrivateKey, publicKey *PublicKey) (sharedSecret []byte, err error) + type PrivateKey struct + func GenerateKey(random io.Reader) (priv *PrivateKey, err error) + type PublicKey struct + func (pub *PublicKey) Bytes() (pubBytes []byte, err error) + func (pub *PublicKey) SetBytes(pubBytes []byte) error