Files
google-apis-rs/ring/pbkdf2/sidebar-items.js
2021-04-02 00:20:57 +08:00

1 line
507 B
JavaScript

initSidebarItems({"fn":[["derive","Fills `out` with the key derived using PBKDF2 with the given inputs."],["verify","Verifies that a previously-derived (e.g., using `derive`) PBKDF2 value matches the PBKDF2 value derived from the other inputs."]],"static":[["PBKDF2_HMAC_SHA1","PBKDF2 using HMAC-SHA1."],["PBKDF2_HMAC_SHA256","PBKDF2 using HMAC-SHA256."],["PBKDF2_HMAC_SHA384","PBKDF2 using HMAC-SHA384."],["PBKDF2_HMAC_SHA512","PBKDF2 using HMAC-SHA512."]],"struct":[["Algorithm","A PBKDF2 algorithm."]]});