angulu 0.1.2

angulu is a library, which contains some cipher components.
Documentation
1
2
3
4
pub mod memory;

// 重导出所有组件
pub use memory::{ByteArray, ByteVector, MemoryTaker, memcpy, xor};