This crate provides Rust bindings to the C library floodberry/scrypt-jane.
The original library supports several mix and hashing functions, but they are selected at compile-time with -D compiler flags. This crate selects:
- ChaCha20/8 mix function,
- Keccak512 hash function (SHA-3).