Skip to content

Commit

Permalink
Merge pull request #13 from sigp/submodule-amcl
Browse files Browse the repository at this point in the history
Convert amcl to a submodule
  • Loading branch information
paulhauner authored Jan 19, 2020
2 parents 39f3bcb + 7eaf18a commit f01a8b6
Show file tree
Hide file tree
Showing 52 changed files with 39 additions and 21,300 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "incubator-milagro-crypto-rust"]
path = incubator-milagro-crypto-rust
url = https://github.com/sigp/incubator-milagro-crypto-rust
branch = master
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: rust
script:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo fmt --all -- --check
- cargo fmt -- --check
- |
if [[ "$TRAVIS_RUST_VERSION" == nightly* ]]; then
cargo build --no-default-features
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "milagro_bls"
version = "0.11.0"
version = "0.11.2"
authors = ["Lovesh Harchandani <lovesh.bond@gmail.com>", "Kirk Baird <kirk@sigmaprime.io>", "Paul Hauner <paul@sigmaprime.io>"]
description = "BLS12-381 signatures using the Apache Milagro curve library, targeting Ethereum 2.0"
license = "Apache-2.0"
Expand All @@ -10,7 +10,7 @@ name = "bls381_benches"
harness = false

[dependencies]
amcl = { path = "./amcl", default-features = false }
amcl = { path = "./incubator-milagro-crypto-rust", default-features = false, features = ["bls381"]}
hex = { version = "0.4.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
rand = { version = "0.7.2", default-features = false }
Expand All @@ -25,7 +25,6 @@ criterion = { version = "0.3.0", optional = true }
default = ["std"]
bench = ["criterion"]
std = [
"amcl/std",
"rand/std",
"lazy_static",
"hex",
Expand Down
11 changes: 0 additions & 11 deletions amcl/Cargo.toml

This file was deleted.

628 changes: 0 additions & 628 deletions amcl/src/aes.rs

This file was deleted.

22 changes: 0 additions & 22 deletions amcl/src/arch.rs

This file was deleted.

Loading

0 comments on commit f01a8b6

Please sign in to comment.