1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-29 00:22:19 +01:00
redox-ssh/ring/hmac/sidebar-items.js

1 line
No EOL
737 B
JavaScript

initSidebarItems({"fn":[["recommended_key_len","Returns the recommended key length for HMAC using the given digest algorithm."],["sign","Calculates the HMAC of `data` using the key `key` in one step."],["verify","Calculates the HMAC of `data` using the key `key`, and verifies whether the resultant value equals `signature`, in one step."],["verify_with_own_key","Calculates the HMAC of `data` using the signing key `key`, and verifies whether the resultant value equals `signature`, in one step."]],"struct":[["Signature","An HMAC signature."],["SigningContext","A context for multi-step (Init-Update-Finish) HMAC signing."],["SigningKey","A key to use for HMAC signing."],["VerificationKey","A key to use for HMAC authentication."]]});