Versions in this module Expand all Collapse all v0 v0.2.2 Oct 26, 2021 Changes in this version + const EpochSize + const MessageOffset + func Signature(value uint32) []byte + func SignatureToUint32(sig []byte) uint32 + type MAC struct + func New(key []byte) (*MAC, error) + func (m *MAC) Decrypt(dst, src []byte) ([]byte, error) + func (m *MAC) Encrypt(dst, src []byte) []byte + func (m *MAC) Overhead() int v0.2.2-alpha Oct 26, 2021