pub fn is_encrypted(data: &[u8]) -> bool
encryption
true when data carries the sealed-payload magic. Free function so callers can detect ciphertext without holding a key.
true
data