Build an HMAC Key, either from a String or Bytes. Required to build an HmacSha1.Digest
Internals.Key
Opaque type representing a Key
fromString : String -> Key
Builds a Key from a String
fromBytes : Bytes -> Key
Builds a Key from Bytes