Skip to content

Commit

Permalink
Add changelog entry for SDMC
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Apr 7, 2024
1 parent 58bf32b commit dcc846f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

#### Added
- A new configure option `--ecmult-gen-kb` selects the size of the compile-time table used for signing and public key generation.

#### Changed
- The implementation of the point multiplication algorithm used for signing and public key generation was changed, resulting in improved performance for those operations.

#### Removed
- The configure option `--ecmult-gen-precision` was removed as it was specific to an algorithm that is no longer in use.

## [0.4.1] - 2023-12-21

#### Changed
Expand Down

0 comments on commit dcc846f

Please sign in to comment.