Skip to content

AntonMeep/pbkdf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbkdf2 License Alire crate GitHub release GitHub Workflow Status

This is a PBKDF2 algorithm implemented in Ada, tested against RFC6070 test vectors. Currently PBKDF2_HMAC_SHA_1, PBKDF2_HMAC_SHA_256 and PBKDF2_HMAC_SHA_512 are implemented using respective hmac, sha{1,2} crates. It is easy to use the generic interface to define new PBKDF2 functions for other hash functions.