Skip to content

Commit 76c9ff0

Browse files
committed
initial removal of expanded public/private key
1 parent adc6967 commit 76c9ff0

File tree

6 files changed

+280
-247
lines changed

6 files changed

+280
-247
lines changed

CHANGELOG.md

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

88
## 0.4.3 (2024-10-XX)
99

10-
- Adapted ExpandedPrivateKey into PrivateKey and ExpandedPublicKey into PublicKey, removed the former(s)
10+
- Adapted PrivateKey into PrivateKey and PublicKey into PublicKey, removed the former(s)
1111
- Internal revision to align comments with released spec
1212
- Revisit/revise supporting benchmarks, embedded target, dudect, fuzz and wasm functionality
1313

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ harness = false
4949
[profile.dev]
5050
debug = true
5151
#lto = true
52-
#opt-level = 3
52+
opt-level = 1
5353
#codegen-units = 1
5454

5555

0 commit comments

Comments
 (0)