aws_lc_rs/unstable.rs
1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0 OR ISC
3
4#![cfg(feature = "unstable")]
5
6//! This module contains unstable/experimental APIs.
7//!
8//! # ⚠️ Warning
9//! The APIs under this module are not stable and may change in the future.
10//! They are not covered by semver guarantees.
11//!
12#[cfg(not(feature = "fips"))]
13pub mod signature;