Module hmac_operation

Module hmac_operation 

Source

Functionsยง

export_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#hmac-operations-export-key
generate_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#hmac-operations-generate-key
get_key_length ๐Ÿ”’
https://w3c.github.io/webcrypto/#hmac-operations-get-key-length
hash_function_block_size_in_bits ๐Ÿ”’
Return the block size in bits of a hash function, according to Figure 1 of https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf.
import_key ๐Ÿ”’
https://w3c.github.io/webcrypto/#hmac-operations-import-key
sign ๐Ÿ”’
https://w3c.github.io/webcrypto/#hmac-operations-sign
verify ๐Ÿ”’
https://w3c.github.io/webcrypto/#hmac-operations-verify