Can I find only pbkdf2 implementation in C without SHA256?
I want to use clear pbkdf2 algorithm with SHA256 from library used for STM32 microprocessors.
I checked fastpbkdf2 repository, but there is only called pbkdf2 from openssl library which I don’t want. I have optimized SHA256 in my library for STM32