Skip to main content

seal

Function seal 

Source
pub fn seal(suite_id: u16, blob: &[u8]) -> Vec<u8> 
Expand description

Frame an opaque blob under suite_id, dispatching the body through the registered Suite. Panics only if sealed with an unregistered suite — a programmer error, since callers select from the registry.