SpinResearch / RustySecrets

🔑 Threshold Shamir's secret sharing in Rust
BSD 3-Clause "New" or "Revised" License
258 stars 33 forks source link

Benchmarking currently requires workaround #49

Closed psivesely closed 6 years ago

psivesely commented 6 years ago

cargo +nightly bench fails because benchmark files are trying to import modules not included in the library. I don't know how you'd like to address this, or else I'd make a PR. I've just been commenting out benches/{ss1,thss}.rs.

romac commented 6 years ago

Oh right, I had forgotten to disable those until we merge the dss branch and actually release the DSS implementation.