package kdf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Key Derivation Functions: HKDF RFC 5869, PBKDF RFC 2898, SCRYPT RFC 7914
Install
dune-project
Dependency
Authors
Maintainers
Sources
kdf-1.1.1.tbz
sha256=922efdf80d35b8fcb0ec7d0143400f45bb986cb1c715d717d5402f111cf8f8e5
sha512=8584c24b249d9d264fc58e1cd8299968b6098fe915fe7c8f935937c7e3cb200bde0bd0fdb042fb000337fb0b6298866068933cd20b95e51a021cbf3e9e3c6456
doc/kdf.pbkdf/Pbkdf/index.html
Module PbkdfSource
RFC 2898 specifies two password-based key derivation functions (PBKDF1 and PBKDF2), which are abstracted over a specific hash/pseudorandom function.
Source
val pbkdf1 :
hash:Digestif.hash' ->
password:string ->
salt:string ->
count:int ->
dk_len:int ->
stringconvenience pbkdf1 hash password salt count dk_len where the hash has to be provided explicitly
Source
val pbkdf2 :
prf:Digestif.hash' ->
password:string ->
salt:string ->
count:int ->
dk_len:int32 ->
stringconvenience pbkdf2 prf password salt count dk_len where the prf has to be provided explicitly
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>