commit | 7c65ce1f23b906c17e97c479bcf90122b2ed0b8a | [log] [tgz] |
---|---|---|
author | Kealan McCusker <kealanmccusker@gmail.com> | Wed Sep 30 08:37:27 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Sep 30 08:37:27 2020 +0100 |
tree | 9374f780a04b4cbad9cfd061c5824d321c758d01 | |
parent | 8b9913799bb2a9568515d118970ec0f09910492b [diff] | |
parent | f927ac5e0a5c33a7300f840b16b4291b144e45e7 [diff] |
Merge pull request #43 from sigp/tests-big Tests big
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