Versions in this module Expand all Collapse all v1 v1.0.8 Mar 2, 2023 v1.0.6 Dec 5, 2022 v1.0.5 Oct 24, 2022 Changes in this version + const KeyLength + type Key [KeyLength]byte + func NewKey(base64Key string) (*Key, error) + func NewPresharedKey() (*Key, error) + func NewPrivateKey() (*Key, error) + func (k *Key) IsZero() bool + func (k *Key) Public() *Key + func (k *Key) String() string