bc4py crypto hash functions
- Yescrypt (Yespower0.5)
- Yespower0.9
- x16s
- x11
- poc (proof of capacity)
- MSVC on windows
- GCC on linux
There are three features.
name | note |
---|---|
hashs | enables yespower, x16s and x11 hash |
poc | enables poc hash functions |
progress-bar | print poc work progress |
specify by features like this.
[dependencies]
bc4py_hash = {version = "0.1", features= ["hashs", "poc"]}
check all test except heavy test
cargo test --features hashs --features poc
heavy test of plot_file by
cargo test --features poc --release -- --ignored
MIT