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
@@ -54,7 +54,6 @@ pub(crate) fn tokenize(input: &[u8], size_bytes: usize) -> Result<(Vec<u8>, Vec<
}
/// Inner macro used for deriving `serde`'s `Serialize` and `Deserialize` traits.
#[macro_export]
macro_rules! impl_serialize_and_deserialize_for {
($t:ident) => {
#[cfg(feature = "serialize")]