Module prelude

Source
Expand description

Re-exports of common types.

Re-exports§

pub use crate::ser::ByteFormat;
pub use crate::ser::ReadSeqMode;
pub use crate::enc::*;
pub use crate::hashes::*;

Traits§

Digest
Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.