diff --git a/CHANGELOG.md b/CHANGELOG.md index af17992f..a00c7c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -- Remove 'setup' funcion from common test module [#763] +- Remove 'setup' function from common test module [#763] ### Changed @@ -356,7 +356,7 @@ is necessary since `rkyv/validation` was required as a bound. - Removed previous implementations attached to `PublicInputValues`. [#416] - Deprecated `anyhow` and `thiserror`. [#343] - Remove `serialisation` module and use single serialization fn's. [#347] -- Remove uncessary `match` branch for `var_c` [#414] +- Remove unnecessary `match` branch for `var_c` [#414] - Remove legacy fns and move to test modules the only-for-testing ones. [#434] ### Changed diff --git a/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs b/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs index 75c43ba2..18015542 100644 --- a/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs +++ b/src/proof_system/widget/ecc/scalar_mul/fixed_base.rs @@ -15,7 +15,7 @@ pub(crate) use proverkey::ProverKey; pub(crate) use verifierkey::VerifierKey; // Note: The ECC gadget does not check that the initial point is on the curve -// for two reasons: +// following reasons: // - We constrain the accumulator to start from the identity point, which the // verifier knows is on the curve // - We are adding multiples of the generator to the accumulator which the