//
// DO NOT REMOVE the following lines that are needed to force these crates to be
// linked into final cloudproof binaries (so, wasm or pyo3)
//
pub use wasm_bindgen as aesgcm_wasm_bindgen;
pub use wasm_bindgen as anonymization_wasm_bindgen;
pub use wasm_bindgen as cover_crypt_wasm_bindgen;
pub use wasm_bindgen as ecies_wasm_bindgen;
pub use wasm_bindgen as findex_wasm_bindgen;
pub use wasm_bindgen as fpe_wasm_bindgen;