dusk-blindbid
dusk-blindbid copied to clipboard
Implementation of the blindbid logic within Zero Knowledge Proofs
I wanted to enable [this feature](https://doc.rust-lang.org/rustdoc/unstable-features.html#--enable-per-target-ignores-allow-ignore-foo-style-filters-for-doctests) which will allow us to conditionally compile, run & test doc examples depending on the actual featureset. This means that we can actually see...
We were lacking test vectors for the score generation. Now they are computed and can be find here: https://github.com/dusk-network/plonk/pull/261 So we should add a few test cases to check that...