oqs-safe 0.2.0

Safe Rust wrapper over libOQS for ML-KEM and ML-DSA with mock fallback.
Documentation
1
2
3
4
5
6
7
8
9
pub mod error;
pub mod hybrid;
pub mod kem;
pub mod sig;

#[cfg(feature = "liboqs")]
pub(crate) mod ffi;

pub use error::OqsError;