aws_lc_rs/
unstable.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC

#![cfg(feature = "unstable")]

//! Unstable aws-lc-rs features.
//!
//! # ⚠️ Warning
//! Features contained within this module, or child modules are subject to changes, relocation,
//! or removal across minor releases, and thus are not subject to semantic versioning policies.

pub mod kdf;
pub mod kem;