Skip to content

Commit 67756d7

Browse files
authored
k256: remove implementation of PrehashSignature (#1275)
As discussed in RustCrypto/traits#1917
1 parent be1c4b8 commit 67756d7

File tree

4 files changed

+121
-49
lines changed

4 files changed

+121
-49
lines changed

Cargo.lock

Lines changed: 117 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ members = [
2020
opt-level = 2
2121

2222
[patch.crates-io]
23+
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
2324
primefield = { path = "primefield" }
2425
primeorder = { path = "primeorder" }

k256/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Batch Normalization `normalizes_to_zero()` bug fix ([#1029])
1313
- Prevent panic when creating a Schnorr from slice ([#1056])
1414

15+
### Removed
16+
- Implementation of `signature::PrehashSignature` on `schnorr::Signature` ([#1275])
17+
1518
## Changed
1619
- Update to `elliptic-curve` v0.14 ([#1011])
1720
- Update to `ecdsa` v0.17 ([#1011])

0 commit comments

Comments
 (0)