| Crates.io | bc4py_hash |
| lib.rs | bc4py_hash |
| version | 0.1.3 |
| created_at | 2020-05-27 04:43:58.065589+00 |
| updated_at | 2020-06-02 15:22:22.313413+00 |
| description | bc4py crypto hash functions library |
| homepage | |
| repository | https://github.com/namuyan/bc4py_hash |
| max_upload_size | |
| id | 246543 |
| size | 4,012,572 |
bc4py crypto hash functions
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