pub struct Blowfish { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl BlockDecryptor for Blowfish
impl BlockDecryptor for Blowfish
fn block_size(&self) -> usize
fn decrypt_block(&self, input: &[u8], output: &mut [u8])
Source§impl BlockEncryptor for Blowfish
impl BlockEncryptor for Blowfish
fn block_size(&self) -> usize
fn encrypt_block(&self, input: &[u8], output: &mut [u8])
impl Copy for Blowfish
Auto Trait Implementations§
impl Freeze for Blowfish
impl RefUnwindSafe for Blowfish
impl Send for Blowfish
impl Sync for Blowfish
impl Unpin for Blowfish
impl UnwindSafe for Blowfish
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)