Crate sentryshot_padded_bytes

Source

Structs§

PaddedBytes
Vec<u8> but the capacity is padded for SIMD.

Constants§

PADDING_SIZE
Required number of additionally allocated bytes at the end of the input bitstream for decoding. This is mainly needed because some optimized bitstream readers read 32 or 64 bit at once and could read over the end.