Updating voprf dependency and test vectors (#278)

This commit is contained in:
Kevin Lewi
2022-07-05 05:21:50 -04:00
committed by GitHub
parent e08ee1925c
commit 22eded4ed8
5 changed files with 479 additions and 477 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ pub trait KeGroup {
// Helper functions used to compute DeriveAuthKeyPair() (taken from the voprf
// crate)
const STR_VOPRF: [u8; 8] = *b"VOPRF09-";
const STR_VOPRF: [u8; 8] = *b"VOPRF10-";
const STR_DERIVE_KEYPAIR: [u8; 13] = *b"DeriveKeyPair";
/// Generates the contextString parameter as defined in