Skip to main content

open

Function open 

Source
pub fn open(bytes: &[u8]) -> Option<Vec<u8>>
Expand description

Reverse seal, returning the inner blob. None on a too-short header, a bad magic/version, an unknown suite id, or a body the suite rejects — never a panic, never a partial decode (mirrors super::marshal::message_from_wire).