blob: 33369557bbbce1c4f39c1f6e2968d0f43bb185b3 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"fn":[["sign","Calculates the HMAC of `data` using the key `key` in one step."],["verify","Calculates the HMAC of `data` using the signing key `key`, and verifies whether the resultant value equals `tag`, in one step."]],"static":[["HMAC_SHA1_FOR_LEGACY_USE_ONLY","HMAC using SHA-1. Obsolete."],["HMAC_SHA256","HMAC using SHA-256."],["HMAC_SHA384","HMAC using SHA-384."],["HMAC_SHA512","HMAC using SHA-512."]],"struct":[["Algorithm","An HMAC algorithm."],["Context","A context for multi-step (Init-Update-Finish) HMAC signing."],["Key","A key to use for HMAC signing."],["Tag","An HMAC tag."]],"type":[["Signature","A deprecated alias for `Tag`."],["SigningContext","`hmac::SigningContext` was renamed to `hmac::Context`."],["SigningKey","`hmac::SigningKey` was renamed to `hmac::Key`."],["VerificationKey","`hmac::VerificationKey` was merged into `hmac::Key`."]]};