pub const MAGIC: &[u8; 8] = b"\x89CRYPTIO";Available on crate feature
stream only.Expand description
Magic prefix identifying a crypt-io stream. 8 bytes. The high bit
in the first byte (0x89) helps detect binary-as-text mis-handling.