qubip_aurora 0.12.0

A framework to build OpenSSL Providers tailored for the transition to post-quantum cryptography
Documentation
1
2
3
4
5
6
7
#![allow(unused_imports)]

pub mod kem;
pub mod signature;

/// Convenience re-export
pub use super::upcalls::traits::{CoreUpcaller, CoreUpcallerWithCoreHandle};