3.8.6 Correct transcript to scalar derivation

Replaces the externally passed in Digest with C::H since C is available.
This commit is contained in:
Luke Parker
2023-03-02 10:04:18 -05:00
parent 530671795a
commit 97374a3e24
6 changed files with 54 additions and 36 deletions

6
Cargo.lock generated
View File

@@ -912,6 +912,7 @@ dependencies = [
"elliptic-curve",
"ff",
"ff-group-tests",
"flexible-transcript",
"group",
"hex",
"k256",
@@ -7493,13 +7494,14 @@ dependencies = [
name = "schnorr-signatures"
version = "0.2.0"
dependencies = [
"blake2",
"ciphersuite",
"dalek-ff-group",
"digest 0.10.6",
"flexible-transcript",
"group",
"hex",
"multiexp",
"rand_core 0.6.4",
"sha2 0.10.6",
"zeroize",
]