Versions in this module Expand all Collapse all v0 v0.2.0 Aug 20, 2021 v0.1.1 Jul 8, 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