Minor fixups, adding more tests, making p256 experimental (#14)

This commit is contained in:
Kevin Lewi
2021-09-29 17:02:40 -07:00
committed by GitHub
parent 85fb480b78
commit bdc5833510
4 changed files with 162 additions and 32 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
// License, Version 2.0 found in the LICENSE-APACHE file in the root directory
// of this source tree.
//! Defines the Group trait to specify the underlying prime order group used in
//! OPAQUE's OPRF
//! Defines the Group trait to specify the underlying prime order group
mod expand;
#[cfg(feature = "p256")]