cry 0.1.5

Advance cryptography based on ECC and permutation cryptography.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Define primitives for cry.
//!
//! This module define `cry`s basic primitive types and
//! some utils primitive types.

pub mod bytes;
pub mod digest;
pub mod point;
pub mod scalar;
pub mod sponge;