Files
rosenpass/cipher-traits/src/lib.rs
Jan Winkelmann (keks) 2dba9205e7 Address Feedback
2025-04-03 16:14:55 +02:00

6 lines
239 B
Rust

//! This trait contains traits, constants and wrappers that provid= the interface between Rosenpass
//! as a consumer of cryptographic libraries and the implementations of cryptographic algorithms.
pub mod algorithms;
pub mod primitives;