pub struct LeeKoq;
Implementations§
Source§impl LeeKoq
impl LeeKoq
pub const LUT: u32 = 979_137_582u32
Sourcepub fn encrypt(block: u32, key: u64) -> u32
pub fn encrypt(block: u32, key: u64) -> u32
Sourcepub fn decrypt(block: u32, key: u64) -> u32
pub fn decrypt(block: u32, key: u64) -> u32
Auto Trait Implementations§
impl Freeze for LeeKoq
impl RefUnwindSafe for LeeKoq
impl Send for LeeKoq
impl Sync for LeeKoq
impl Unpin for LeeKoq
impl UnwindSafe for LeeKoq
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