qubip_aurora 0.11.0

A framework to build OpenSSL Providers tailored for the transition to post-quantum cryptography
Documentation
1
2
3
4
5
6
7
8
9
10
use super::*;
use anyhow::anyhow;
use bindings::ffi_c_types::{c_char, c_int, c_void, CStr};
use bindings::{
    OSSL_CORE_BIO, OSSL_DISPATCH, OSSL_FUNC_BIO_READ_EX, OSSL_FUNC_BIO_WRITE_EX,
    OSSL_FUNC_CORE_OBJ_ADD_SIGID, OSSL_FUNC_CORE_OBJ_CREATE,
};
#[cfg(not(test))]
use std::collections::HashMap;