Skip to content

Commit

Permalink
chore: new BLS library
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Oct 19, 2024
1 parent e45fa8c commit dd09ee7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
22 changes: 0 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions dash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ secp-recovery = ["secp256k1/recovery"]
signer = ["secp-recovery", "rand"]
core-block-hash-use-x11 = ["dashcore_hashes/x11"]
bls = ["blsful"]
bls-cpp = ["bls-signatures"]
eddsa = ["ed25519-dalek"]

# At least one of std, no-std must be enabled.
Expand Down Expand Up @@ -63,7 +62,6 @@ hex = { version= "0.4" }
bincode = { version= "2.0.0-rc.3", optional = true }
bitflags = "2.6.0"
blsful = { version = "3.0.0-pre6", optional = true }
bls-signatures = { git = "https://github.com/dashpay/bls-signatures", tag = "1.3.3", optional = true }
serde_repr = "0.1.19"
strum = { version = "0.26", features = ["derive"] }
lazy_static = "1.5.0"
Expand Down

0 comments on commit dd09ee7

Please sign in to comment.