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."]]});