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
@@ -13,7 +13,6 @@ use crate::{
PakeError, ProtocolError,
},
group::Group,
impl_serialize_and_deserialize_for,
key_exchange::traits::{KeyExchange, ToBytes},
keypair::{Key, KeyPair, SizedBytesExt},
};