pub type BlowfishLE = Blowfish<LE>;Available on crate feature
utils-blowfish only.Expand description
Blowfish variant which uses Little Endian byte order read/writes.s.
Aliased Type§
pub struct BlowfishLE {
s: [[u32; 256]; 4],
p: [u32; 18],
_pd: PhantomData<LittleEndian>,
}Fields§
§s: [[u32; 256]; 4]§p: [u32; 18]§_pd: PhantomData<LittleEndian>