Reexport backend_blindbit_wasm

This commit is contained in:
Sosthene 2025-08-23 13:18:34 +02:00
parent a4c2fd2090
commit 1b885606ae

View File

@ -21,6 +21,9 @@ pub use serde_wasm_bindgen;
#[cfg(feature = "blindbit-backend")]
pub use backend_blindbit_native;
#[cfg(feature = "blindbit-wasm")]
pub use backend_blindbit_wasm;
pub mod crypto;
pub mod device;
pub mod error;