Module hash

Module hash 

Source
Expand description

Hash functions.

Modules§

finalize
Module of finalize.
hkdf_expand
Module of hkdf_expand.
hmac_finalize
Module of hmac_finalize.
hmac_initialize
Module of hmac_initialize.
hmac_update
Module of hmac_update.
initialize
Module of initialize.
is_hkdf_supported
Module of is_hkdf_supported.
is_hmac_supported
Module of is_hmac_supported.
is_supported
Module of is_supported.
update
Module of update.

Enums§

Algorithm
Hash algorithm.

Functions§

finalizeNon-native
Finalizes a hash.
hkdf_expandNon-native
Expands with RFC5869 HKDF.
hmac_finalizeNon-native
Finalizes an hmac.
hmac_initializeNon-native
Initializes an hmac and returns its identifier.
hmac_updateNon-native
Updates an hmac.
initializeNon-native
Initializes a hash and returns its identifier.
is_hkdf_supportedNon-native
Whether the algorithm is supported for hkdf.
is_hmac_supportedNon-native
Whether the algorithm is supported for hmac.
is_supportedNon-native
Whether the algorithm is supported.
updateNon-native
Updates a hash.