skip_ratchet 0.3.0

Skip ratchet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod constants;
mod errors;
mod hash;
mod previous;
mod ratchet;
mod salt;
mod seek;
#[cfg(feature = "serde")]
mod serde_byte_array;

#[cfg(test)]
mod test_utils;

pub use errors::*;
pub use previous::PreviousIterator;
pub use ratchet::*;
pub use seek::{JumpSize, RatchetSeeker};