romariolopezc / elm-hmac-sha1 / HmacSha1.Key

Build an HMAC Key, either from a String or Bytes. Required to build an HmacSha1.Digest


type alias Key =
Internals.Key

Opaque type representing a Key

fromString : String -> Key

Builds a Key from a String

fromBytes : Bytes -> Key

Builds a Key from Bytes