RustCrypto / password-hashes

Password hashing functions / KDFs
677 stars 84 forks source link

yescrypt: remove dead code #516

Closed tarcieri closed 3 months ago

tarcieri commented 3 months ago

Removes translations of the reference yescrypt C implementation which are not currently exposed through the public API (but could potentially be in the future).

This reduces the total surface of code to clean up and turn into idiomatic Rust to just the code used by yescrypt_kdf.