Skip to content

Commit dcc846f

Browse files
committed
Add changelog entry for SDMC
1 parent 58bf32b commit dcc846f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
#### Added
11+
- A new configure option `--ecmult-gen-kb` selects the size of the compile-time table used for signing and public key generation.
12+
13+
#### Changed
14+
- The implementation of the point multiplication algorithm used for signing and public key generation was changed, resulting in improved performance for those operations.
15+
16+
#### Removed
17+
- The configure option `--ecmult-gen-precision` was removed as it was specific to an algorithm that is no longer in use.
18+
1019
## [0.4.1] - 2023-12-21
1120

1221
#### Changed

0 commit comments

Comments
 (0)