rust-fastpbkdf2
rust-fastpbkdf2 copied to clipboard
Request publishing a new version of this crate
Cannot compile rust-fastpbkdf2 under Windows.
https://crates.io/crates/fastpbkdf2 is outdated. djangohashers crate depends on this.
Two cirtical fixes are as follows:
include
c99
How about an update? Thank you!
PS: for newbees who don't know where to put openssl folder to:
# copy C:\Program Files\OpenSSL-Win64\include to
rust-fastpbkdf2\fastpbkdf2\openssl\include
# copy C:\Program Files\OpenSSL-Win64\lib to
rust-fastpbkdf2\fastpbkdf2\openssl\lib
i.e. You need to arrange for openssl to appear in openssl/ under that ROOT repo.
I would suggest using ring instead of this crate; it should have pretty competitive performance to this one and is easier to build.
Thanks for the reply. Rust is hard so I'm back to Django for faster development. 😆