Add test vectors for Ciphersuite::hash_to_F

This commit is contained in:
Luke Parker
2022-12-25 02:50:10 -05:00
parent da8e7e73e0
commit bacf31378d
7 changed files with 115 additions and 16 deletions

3
Cargo.lock generated
View File

@@ -911,7 +911,9 @@ dependencies = [
"digest 0.10.6",
"elliptic-curve",
"ff",
"ff-group-tests",
"group",
"hex",
"k256",
"minimal-ed448",
"p256",
@@ -4584,7 +4586,6 @@ dependencies = [
"generic-array 0.14.6",
"group",
"hex",
"hex-literal",
"lazy_static",
"rand_core 0.6.4",
"subtle",