Skip to content

Commit

Permalink
Merge pull request #38 from zkcrypto/release-0.12.1
Browse files Browse the repository at this point in the history
group 0.12.1
  • Loading branch information
str4d authored Oct 13, 2022
2 parents 36141c3 + 92570b8 commit 3ec0ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.12.1] - 2022-10-13
### Added
- `group::{WnafBase, WnafScalar}` structs for caching precomputations of both
bases and scalars, for improved many-base many-scalar multiplication
Expand All @@ -14,6 +16,9 @@ and this library adheres to Rust's notion of
new `wnaf-memuse` feature flag, to enable the heap usage of these types to be
measured at runtime.

### Changed
- Removed temporary allocations from `Wnaf` internals for improved performance.

## [0.12.0] - 2022-05-04
### Changed
- MSRV is now 1.56.0.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "group"
version = "0.12.0"
version = "0.12.1"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand Down

0 comments on commit 3ec0ce7

Please sign in to comment.