filecoin-project / bls-signatures

BLS Signatures in Rust
Other
72 stars 43 forks source link

feat: add multicore feature to allow skipping the rayon dependency #38

Closed dignifiedquire closed 3 years ago

dignifiedquire commented 3 years ago

This allows compilation to wasm with default-features=false and features = ['pairing']