This is an automated email from the ASF dual-hosted git repository.
kmccusker pushed a commit to branch develop
in repository
https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-rust.git
The following commit(s) were added to refs/heads/develop by this push:
new b0b021d Add an all feature
new 87a97b6 Merge pull request #10 from sigp/features-all
b0b021d is described below
commit b0b021d7d89fefd89a384f57661824205197c650
Author: Kirk Baird <[email protected]>
AuthorDate: Tue Jan 21 11:20:23 2020 +1100
Add an all feature
Signed-off-by: Kirk Baird <[email protected]>
---
Cargo.toml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Cargo.toml b/Cargo.toml
index 6596861..259e89f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,12 @@ path = "src/lib.rs"
[features]
default = ["bn254"]
+all = [
+ "anssi","bls24","bls48","bls381","bls383","bls461","bn254","bn254CX",
+
"brainpool","c25519","c41417","ed25519","fp256BN","fp512BN","goldilocks","hifive",
+
"nist256","nist384","nist521","nums256e","nums256w","nums384e","nums384w","nums512e",
+ "nums512w","rsa2048","rsa3072","rsa4096","secp256k1",
+]
anssi = []
bls24 = []
bls48 = []