mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
add fine-grained features
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user