Updating test vectors to sync with draft version 08 (#32)

This commit is contained in:
Kevin Lewi
2021-10-25 22:06:42 -07:00
committed by GitHub
parent 1b3837a789
commit d9dc5d0a13
7 changed files with 284 additions and 286 deletions
+1 -2
View File
@@ -95,8 +95,7 @@ impl Group for ProjectivePoint {
Ok(p0 + p1)
}
// Implements the `HashToScalar()` function from
// https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-07.html#section-4.3
// Implements the `HashToScalar()` function
fn hash_to_scalar<
'a,
H: BlockInput + Digest,