pub fn seal_active(bytes: Vec<u8>) -> Vec<u8> ⓘExpand description
Seal bytes under the active suite; with no active suite, return them unchanged so the
wire stays byte-identical for non-secure programs. (Stateless path only — the keyed, possibly
fail-closing session path is seal_active_checked.)