wolfcrypt-ring-compat 1.16.5

wolfcrypt-ring-compat is a cryptographic library using wolfSSL for its cryptographic operations. This library strives to be API-compatible with the popular Rust library named ring.
1
2
3
4
5
6
7
8
9
10
#![cfg(feature = "unstable")]

//! This module contains unstable/experimental APIs.
//!
//! # Warning
//! The APIs under this module are not stable and may change in the future.
//! They are not covered by semver guarantees.
//!
#[cfg(all(not(feature = "fips"), wolfssl_dilithium))]
pub mod signature;