kdf Directory Reference

Files

file  bcrypt.c [code]
 bcrypt password hashing function
 
file  bcrypt.h [code]
 bcrypt password hashing function
 
file  concat_kdf.c [code]
 Concat KDF (Concatenation Key Derivation Function)
 
file  concat_kdf.h [code]
 Concat KDF (Concatenation Key Derivation Function)
 
file  hkdf.c [code]
 HKDF (HMAC-based Key Derivation Function)
 
file  hkdf.h [code]
 HKDF (HMAC-based Key Derivation Function)
 
file  md5_crypt.c [code]
 Unix crypt using MD5.
 
file  md5_crypt.h [code]
 Unix crypt using MD5.
 
file  pbkdf.c [code]
 PBKDF (Password-Based Key Derivation Function)
 
file  pbkdf.h [code]
 PBKDF (Password-Based Key Derivation Function)
 
file  scrypt.c [code]
 scrypt PBKDF (Password-Based Key Derivation Function)
 
file  scrypt.h [code]
 scrypt PBKDF (Password-Based Key Derivation Function)
 
file  sha_crypt.c [code]
 Unix crypt using SHA-256 and SHA-512.
 
file  sha_crypt.h [code]
 Unix crypt using SHA-256 and SHA-512.