Minimal command line tool that uses rust crypto::scrypt.
Credit to https://github.com/w3rs/kdftool which this tool is based on.
This project uses cargo for building (which creates development builds by default) and please run fmt
as well:
cargo fmt build
To create release builds use:
cargo build --release