Skip to content

Commit

Permalink
feat: remove bls-signature-ffi (#66)
Browse files Browse the repository at this point in the history
The `bls-signature-ffi` was never published as a crate. It's superseded
by the `filecoin-ffi`. So it's neither used nor well maintained, hence
remove it.
  • Loading branch information
vmx authored Sep 5, 2023
1 parent 5c03b02 commit 98f80a1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 544 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ hkdf = { version = "0.11.0", optional = true }
blst_lib = { version = "0.3.10", optional = true, package = "blst" }
blstrs = { version = "0.7.0", optional = true }

[workspace]
members = [
"bls-signatures-ffi",
]

[features]
default = ["pairing", "multicore"]
multicore = ["rayon"]
Expand Down
30 changes: 0 additions & 30 deletions bls-signatures-ffi/Cargo.toml

This file was deleted.

68 changes: 0 additions & 68 deletions bls-signatures-ffi/build.rs

This file was deleted.

Loading

0 comments on commit 98f80a1

Please sign in to comment.