AntonMeep / pbkdf2

ISC License
0 stars 0 forks source link

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.