pub fn seal_with(suite: &dyn Suite, blob: &[u8]) -> Vec<u8> ⓘ
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.
Suite
PqSuite
seal