Skip to main content

seal_with

Function seal_with 

Source
pub fn seal_with(suite: &dyn Suite, blob: &[u8]) -> Vec<u8> 
Expand description

Frame a blob under a keyed Suite instance (the PqSuite path), binding the suite id in the header exactly like seal. The instance carries the per-session key the static registry can’t.