Function tink_aead::new

source · []
pub fn new(h: &Handle) -> Result<Box<dyn Aead>, TinkError>
Expand description

Returns a tink_core::Aead primitive from the given keyset handle.