add fine-grained features

This commit is contained in:
Jan Winkelmann (keks)
2025-02-27 17:58:49 +01:00
parent 185e92108e
commit 6494518460
8 changed files with 53 additions and 28 deletions

View File

@@ -6,5 +6,9 @@ pub use rust_crypto::{blake2b, keyed_shake256};
pub mod custom;
pub mod rust_crypto;
#[cfg(feature = "experiment_libcrux")]
#[cfg(any(
feature = "experiment_libcrux_blake2",
feature = "experiment_libcrux_chachapoly",
feature = "experiment_libcrux_kyber"
))]
pub mod libcrux;