// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 KylinSoft Co., Ltd. <https://www.kylinos.cn/>
// See LICENSES for license details.
//! tee_crypto — Cryptographic abstraction layer backed by RustCrypto.
//!
//! Provides trait-based abstractions for hash, MAC, symmetric/asymmetric
//! cryptography, BigNum, and RNG, replacing mbedtls in the TEE stack.
extern crate alloc;
pub use ;
pub use ;
pub use CryptoRng;