pub struct Gf256(pub u8);Expand description
GF(2⁸) — the Rijndael/AES field (reduction polynomial x⁸+x⁴+x³+x²+1), one byte per element.
Tuple Fields§
§0: u8Trait Implementations§
impl Copy for Gf256
impl Eq for Gf256
impl StructuralPartialEq for Gf256
Auto Trait Implementations§
impl Freeze for Gf256
impl RefUnwindSafe for Gf256
impl Send for Gf256
impl Sync for Gf256
impl Unpin for Gf256
impl UnsafeUnpin for Gf256
impl UnwindSafe for Gf256
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more