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§
- finalize⚠
Non- native - Finalizes a hash.
- hkdf_
expand ⚠Non- native - Expands with RFC5869 HKDF.
- hmac_
finalize ⚠Non- native - Finalizes an hmac.
- hmac_
initialize ⚠Non- native - Initializes an hmac and returns its identifier.
- hmac_
update ⚠Non- native - Updates an hmac.
- initialize⚠
Non- native - Initializes a hash and returns its identifier.
- is_
hkdf_ ⚠supported Non- native - Whether the algorithm is supported for hkdf.
- is_
hmac_ ⚠supported Non- native - Whether the algorithm is supported for hmac.
- is_
supported ⚠Non- native - Whether the algorithm is supported.
- update⚠
Non- native - Updates a hash.