struct HMAC<H> where H : Hash
s18_MongoKittenCrypto4HMACVWhat are these?
s18_MongoKittenCrypto4HMACV
FNV24: [2LI0J]
init(hasher: H)
func authenticate([UInt8], withKey: [UInt8]) -> [UInt8]
import _MongoKittenCrypto
protocol Hash : Sendable
mutating func authenticate(_ message: [UInt8], withKey key: [UInt8]) -> [UInt8]