poanetwork / vdf

An implementation of Verifiable Delay Functions in Rust
Apache License 2.0
169 stars 53 forks source link

Wesolowski proofs #2

Open DemiMarie opened 5 years ago

DemiMarie commented 5 years ago

This should not be too difficult. That said, we might want to gate it by a Cargo feature, since it needs parallelism (such as provided by Rayon) to perform well.

DemiMarie commented 5 years ago

wesolowski is implemented, but n-wesolowski isn’t.