You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
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.
0 commit comments