blob: 72e2821a2ad4f4b3c9e3eeb0561a49fe1b415c17 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"static":[["HKDF_SHA1_FOR_LEGACY_USE_ONLY","HKDF using HMAC-SHA-1. Obsolete."],["HKDF_SHA256","HKDF using HMAC-SHA-256."],["HKDF_SHA384","HKDF using HMAC-SHA-384."],["HKDF_SHA512","HKDF using HMAC-SHA-512."]],"struct":[["Algorithm","An HKDF algorithm."],["Okm","An HKDF OKM (Output Keying Material)"],["Prk","A HKDF PRK (pseudorandom key)."],["Salt","A salt for HKDF operations."]],"trait":[["KeyType","The length of the OKM (Output Keying Material) for a `Prk::expand()` call."]]};