Releases: dusk-network/plonk
Releases · dusk-network/plonk
v0.3.3
03 Nov 15:08
Compare
Sorry, something went wrong.
No results found
[0.3.3] - 02-11-20
Added
canon feature to manage Canon derivations usage in ecc libs.
Changed
dusk-jubjub update to v0.4.0
dusk-bls12_381 update to v0.2.0
v0.3.2
02 Nov 17:25
Compare
Sorry, something went wrong.
No results found
[0.3.2] - 29-10-20
Changed
dusk-bls12_381 update to v0.1.5
dusk-jubjub update to v0.3.10
Fixes #311 - big_mul and big_mul_gate documentation nit.
v0.3.1
05 Oct 17:25
Compare
Sorry, something went wrong.
No results found
[0.3.1] - 05-10-20
Added
Method to change the trim_params_size for the Circuit trait.
v0.3.0
05 Oct 16:39
Compare
Sorry, something went wrong.
No results found
[0.3.0] - 05-10-20
Changed
Circuit trait API & usability improvements (#313 )
v0.2.11
29 Sep 07:49
Compare
Sorry, something went wrong.
No results found
[0.2.11] - 29-09-20
Changed
Now Circuit inputs are set in the circuit structure as Option<T>.
Make PublicInput::value() fn public.
Make pi_builder return Result<T>
Refactored examples for the Circuit trait impl
according to the new changes.
Removed
Removed CircuitInputs from the crate.
v0.2.10
23 Sep 15:09
Compare
Sorry, something went wrong.
No results found
[0.2.10] - 23-09-20
Added
Added CircuitBuilder trait and a example for it.
v0.2.9
13 Sep 19:40
Compare
Sorry, something went wrong.
No results found
[0.2.9] - 11-09-20
Added
Added ProverKey & Verifierkey to the public API as exported types.
Changed
Use dusk-bls12_381 v0.1.4.
Use dusk-jubjub v0.3.8.
v0.2.8
26 Aug 09:09
Compare
Sorry, something went wrong.
No results found
[0.2.8] - 25-08-20
Added
Add a variable_base_scalar_mul method using a variable base curve add gate.
Changed
ecc::scalar_mul now named fixed_base_scalar_mul
v0.2.7
13 Aug 16:45
Compare
Sorry, something went wrong.
No results found
Added
Anyhow & thiserror for error handling support.
Serialisation methods for the crate public structures &
serde support.
Removed
failure for error support since has been deprecated.
Changed
add_witness_to_circuit_description requires now just to send
a Scalar and returns a constant & constrained witness Variable.
Update add_witness_to_circuit_description fn sig (#282 , #284 )
dusk-jubjub version updated to 0.3.6
v0.2.6
11 Aug 14:41
Compare
Sorry, something went wrong.
No results found
[0.2.6] - 03-08-20
Changed
Make public inputs vector publicly accessible