mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
6 lines
239 B
Rust
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;
|