All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.2 (2023-08-07)
- change precomputation
rc
toarc
(#44) (d495fb2) - minor verifier optimizations (#53) (7960214)
- simplify inner-product generator folding (#52) (271892c)
0.3.1 (2023-07-18)
0.3.0 (2023-07-13)
- Changes the way that seed nonces are used in mask recovery. Existing range proofs will verify, but will fail to recover the correct mask.
- simplify bit vector commitment (#35) (f831d64), closes /github.com/tari-project/bulletproofs-plus/blob/cd7588ee8eaebe862fe9cf5d7c3fd92981703e87/src/range_proof.rs#L265-L273
- use precomputation on (most) fixed generators (#19) (cd7588e), closes #18
0.2.3 (2023-04-03)
0.2.2 (2023-04-03)
0.2.1 (2023-01-03)
- add status badges to readme (2f063be)
- exclude dalek from source test coverage (7cae60b)
- make test_coverage.sh executable (cf1f46f)
- update test coverage script (5c36bdf)
0.2.0 (2022-12-14)
- split batches for verification (#22)
0.1.1 (2022-11-24)
0.0.7 (2022-10-03)
0.0.6 (2022-06-23)
0.0.5 (2022-06-13)
0.0.4 (2022-06-03)
0.0.3 (2022-05-31)
- avoids copying in the commit method (#12) (ab4c432), closes /github.com/dalek-cryptography/curve25519-dalek/blob/0d49dfacf66bed4b41e445d0e6942b3c27f3b263/src/traits.rs#L114