Function tink_streaming_aead::new

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

Return a tink_core::StreamingAead primitive from the given keyset handle.