Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + type KeyPair struct + Priv *[32]byte + Pub *[32]byte + func NewKeyPair() *KeyPair + func NewKeyPairFromPrivateKey(priv [32]byte) *KeyPair + func (kp *KeyPair) CreateSignedPreKey(keyID uint32) *PreKey + func (kp *KeyPair) Sign(keyToSign *KeyPair) *[64]byte + type PreKey struct + KeyID uint32 + Signature *[64]byte + func NewPreKey(keyID uint32) *PreKey