Versions in this module Expand all Collapse all v0 v0.2.0 Apr 17, 2023 Changes in this version + type T struct + func NewCipher(myPublicKey, myPrivateKey, theirPublicKey *[32]byte) (*T, error) + func (c *T) ChannelBinding() []byte + func (c *T) Open(buf, data []byte) ([]byte, bool) + func (c *T) Overhead() int + func (c *T) Seal(buf, data []byte) ([]byte, error)