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 -1
View File
@@ -8,7 +8,7 @@
//! An implementation of a verifiable oblivious pseudorandom function (VOPRF)
//!
//! Note: This implementation is in sync with
//! [draft-irtf-cfrg-voprf-07](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-07.html),
//! [draft-irtf-cfrg-voprf-08](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-08.html),
//! but this specification is subject to change, until the final version
//! published by the IETF.
//!