Applying envelope simplified construction and km3 mac changes (#128)

This commit is contained in:
Kevin Lewi
2021-02-04 15:57:06 -08:00
committed by GitHub
parent 9d3963f98e
commit 099f887530
5 changed files with 523 additions and 394 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ use rand_core::{CryptoRng, RngCore};
use std::{convert::TryFrom, marker::PhantomData};
use zeroize::Zeroize;
static STR_OPAQUE_VERSION: &[u8] = b"OPAQUE01";
static STR_OPAQUE_VERSION: &[u8] = b"OPAQUE";
// Registration
// ============