Using voprf as a dependency (#248)

* Using voprf as a dependency

* Adding back x25519 and KeGroup

* Addressing comments
This commit is contained in:
Kevin Lewi
2021-10-25 02:54:32 -07:00
committed by GitHub
parent f1f4184400
commit 29b2ebef1b
34 changed files with 1638 additions and 2452 deletions
+1
View File
@@ -6,5 +6,6 @@
//! Includes instantiations of key exchange protocols used in the
//! login step for OPAQUE
pub mod group;
pub(crate) mod traits;
pub mod tripledh;