Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions generic-ec-curves/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## v0.3.0
* Add secp384r1 curve [#59]
* Update `generic-ec-core` to v0.3 [#55]

[#55]: https://github.com/LFDT-Lockness/generic-ec/pull/55
[#59]: https://github.com/LFDT-Lockness/generic-ec/pull/59

## v0.2.4
* Implement `NoInvalidPoints` for prime order curves [#50]
Expand Down
2 changes: 2 additions & 0 deletions generic-ec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
* Hash to scalar: guarantee reproducibility on all platforms [#55]
* Use reproducible & constant-time algorithm for random scalar
generation [#55]
* Add secp384r1 curve [#59]
* Update `generic-ec-core` & `generic-ec-curves` to v0.3 [#55]

[#55]: https://github.com/LFDT-Lockness/generic-ec/pull/55
[#59]: https://github.com/LFDT-Lockness/generic-ec/pull/59

## v0.4.5
* Add curve-specific aliases (see `generic_ec::curves::{secp256k1, secp256r1, stark, ed25519}::*`) [#52]
Expand Down
Loading