Skip to main content

ibe_decrypt

Function ibe_decrypt 

Source
pub fn ibe_decrypt(
    ciphertext: &IbeCiphertext,
    identity_key: &[u8],
) -> Option<Vec<u8>>
Expand description

Decrypt with an identity-derived key.