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 Nov 8, 2023
1 parent 6d90171 commit a2665e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +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 point multiplication algorithm used for ECDH operations (module `ecdh`) was replaced with a slightly faster one.
- The implementation of the point multiplication algorithm used for signing and public key generation was changed, resulting in better 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.0] - 2023-09-04

Expand Down

0 comments on commit a2665e1

Please sign in to comment.