commit | f927ac5e0a5c33a7300f840b16b4291b144e45e7 | [log] [tgz] |
---|---|---|
author | Kirk Baird <baird.k@outlook.com> | Wed Jul 29 18:19:44 2020 +1000 |
committer | Kirk Baird <baird.k@outlook.com> | Wed Jul 29 18:19:44 2020 +1000 |
tree | 9374f780a04b4cbad9cfd061c5824d321c758d01 | |
parent | 2d8ccd97bcf5b071c54db4f30773758e7b90d84b [diff] |
Update function names Signed-off-by: Kirk Baird <baird.k@outlook.com>
BLS12-381 has been updated to the the most recent standards being bls-signatures-02 and hash-to-curve-08.
Updated to Rust 2018.
This version of the library requires Version 1.31+ of Rust for the 2018 edition.
AMCL version 2 is distributed as a cargo crate.
Modulues (namespaces) are used to separate different curves.
Unit testing can be done using cargo testing framework.
Note: --all-features
may be replaced by --features xx
where xx
is the desired feature e.g. bls381
.
cargo test --all --all-features --release
cargo bench --features bench
Note SHA-2
and SHA-3
features will always be compiled however all other features require the feature flag --features xx