cloudproof_cover_crypt 14.0.0

Cosmian Covercrypt Cloudproof library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
macro_rules! wasm_unwrap {
    ($res:expr, $msg:literal) => {
        $res.map_err(|e| wasm_bindgen::JsValue::from_str(&format!("{}: {e:?}", $msg)))?
    };
}

mod abe_policy;
mod generate_cc_keys;
mod hybrid_cc_aes;

#[cfg(test)]
mod tests;