From 25503d0b4ac2b0b34f71c4c2996cef6e31820bc4 Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:01:16 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55852bd..c08c323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - [\#73](https://github.com/arkworks-rs/sumcheck/pull/73) Add support for using `MLSumcheck` as subprotocol. -- [\#72](https://github.com/arkworks-rs/sumcheck/pull/72) Uses `rayon` in the prover when the `parallel` feature is enabled. +- [\#72](https://github.com/arkworks-rs/sumcheck/pull/72) Use `rayon` in the prover when the `parallel` feature is enabled. - [\#71](https://github.com/arkworks-rs/sumcheck/pull/71) Improve prover performance by using an arithmetic sequence rather than interpolation inside of the `prove_round` loop. @@ -31,7 +31,7 @@ ## v0.2.0 -The main feature of this release are: +The main feature of this release is: - Speedup and improved memory usage when same `MLExtension` is used for multiple places