cry/primitive/
mod.rs

1//! Define primitives for cry.
2//!
3//! This module define `cry`s basic primitive types and
4//! some utils primitive types.
5
6pub mod bytes;
7pub mod digest;
8pub mod point;
9pub mod scalar;
10pub mod sponge;