fastpbkdf2 icon indicating copy to clipboard operation
fastpbkdf2 copied to clipboard

Fast PBKDF2 implementation in C

Results 8 fastpbkdf2 issues
Sort by recently updated
recently updated
newest added

This PR adds my [fastpbkdf2_ada](https://github.com/AntonMeep/fastpbkdf2_ada) language binding for Ada to the list of bindings.

Hi there and thank you for this free implementation. I can not produce the same result using your library's ```fastpbkdf2_hmac_sha512()``` with Perl's ```Digest::SHA::hmac_sha512``` and also Python's ```hashlib.sha512``` (Perl's and Python's...

any plan to support latest vector extensions intel ?

Since the Makefile defaults to "-Werror" they warn about a missing newline which results into a error. This pull request contains the fix.

Have you compared performance to the hmac-sha functions in https://github.com/intel/intel-ipsec-mb ?

Any plan for an openssl 3.0 update?

macOS locates the header at `machine/endian.h`. Various BSDs include it at `sys/endian.h`.