Skip to content

Commit

Permalink
initial removal of expanded public/private key
Browse files Browse the repository at this point in the history
  • Loading branch information
eschorn1 committed Oct 15, 2024
1 parent adc6967 commit 76c9ff0
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 247 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.4.3 (2024-10-XX)

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ harness = false
[profile.dev]
debug = true
#lto = true
#opt-level = 3
opt-level = 1
#codegen-units = 1


Expand Down
Loading

0 comments on commit 76c9ff0

Please sign in to comment.