obcrypt 0.1.0

Bytes-in/bytes-out cryptographic core of the oboron protocol (a-tier + u-tier schemes, no encoding).
Documentation
1
2
3
4
5
#[cfg(feature = "upbc")]
pub const CBC_PADDING_BYTE: u8 = 0x01;

#[cfg(feature = "upbc")]
pub const AES_BLOCK_SIZE: usize = 16;