Crypto_algo.Hmac_import_params
HMAC key import parameters.
The type for HmacImportParams
objects.
v ~name ~length ~hash
is a key import parameter object with the given properties. name
defaults to "HMAC"
and length
to None
.
hash a
is the name of the digest function to use.
val length : t -> int option
length a
is the bit length of the key.