Adding documentation of slow-hash + other features

This commit is contained in:
Kevin Lewi
2021-06-13 15:45:53 -07:00
committed by Kevin Lewi
parent 51b14f34e0
commit 0935bea8ff
4 changed files with 21 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@ use crate::{
errors::{utils::check_slice_size_atleast, InternalPakeError, PakeError, ProtocolError},
group::Group,
hash::Hash,
impl_serialize_and_deserialize_for,
key_exchange::traits::{KeyExchange, ToBytesWithPointers},
keypair::{Key, KeyPair, SizedBytesExt},
map_to_curve::GroupWithMapToCurve,