Skip to main content

Module kmac_operation

Module kmac_operation 

Source

Functionsยง

export_key ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-export-key
generate_key ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-generate-key
get_key_length ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-get-key-length
import_key ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-import-key
kmac ๐Ÿ”’
A shared implementation for both the KMAC128 function and KMAC256 function defined in Section 4 of [NIST-SP800-185], using key as the K input parameter, message as the X input parameter, output_length as the L input parameter, and customization as the S input parameter, where key_length is the key length in bits. https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf
kmac128 ๐Ÿ”’
The KMAC128 function defined in Section 4 of [NIST-SP800-185], using key as the K input parameter, message as the X input parameter, output_length as the L input parameter, and customization as the S input parameter, where key_length is the key length in bits. https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf
kmac256 ๐Ÿ”’
The KMAC256 function defined in Section 4 of [NIST-SP800-185], using key as the K input parameter, message as the X input parameter, output_length as the L input parameter, and customization as the S input parameter, where key_length is the key length in bits. https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf
left_encode ๐Ÿ”’
The left_encode function defined in Section 2.3.1 of [NIST-SP800-185], using value as the x input parameter. https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf
right_encode ๐Ÿ”’
The right_encode function defined in Section 2.3.1 of [NIST-SP800-185], using value as the x input parameter. https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf
sign ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-sign
verify ๐Ÿ”’
https://wicg.github.io/webcrypto-modern-algos/#kmac-operations-verify