randombit/botan-rs

Expose PBKDF timed

dewyatt opened this issue · 2 comments

I don't see a way of doing timed PBKDF directly or calculating an iteration count/tuning.

You're right. botan_pwdhash_timed needs to be exposed. It is declared in botan-sys just no high level wrapper.

Hey thanks a bunch @randombit! I was probably going to do a PR in the future, but you've saved me the trouble! :)