Versions in this module Expand all Collapse all v1 v1.5.0 Apr 6, 2025 Changes in this version + type AES192Key []byte + func HashToAES192Key(c []byte) AES192Key + type Authentication struct + KeySelectors map[string][]AES192Key + RawKeyList []string + func NewAuthentication(keys []string) *Authentication + func (a *Authentication) Auth(selector string, authField []byte, additionalData ...[]byte) (bool, AES192Key)