Expand description
加密模块
提供可扩展的加密接口,支持用户自定义加密算法实现
Re-exports§
pub use algorithms::Aes256GcmEncryptor;pub use algorithms::EncryptionAlgorithm;pub use algorithms::NoEncryptor;pub use registry::EncryptionRegistry;pub use registry::EncryptionUtil;pub use traits::Encryptor;
Modules§
- algorithms
- 内置加密算法实现
- registry
- 加密器注册表
- traits
- 加密器 Trait 定义