angulu 0.1.0

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

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