oboron 0.7.0

Encryption and encoding library for developer ergonomics: prefix entropy, compact outputs, high performance
Documentation
1
2
3
4
5
// AES-CBC padding byte
#[cfg(any(feature = "zrbcx"))]
pub const CBC_PADDING_BYTE: u8 = 0x01;
#[cfg(any(feature = "legacy", feature = "zrbcx"))]
pub const AES_BLOCK_SIZE: usize = 16;