pub struct Chi {
shifts_b: Vec<u64>,
shifts_sum: Vec<u64>,
state_f: Vec<u64>,
}Expand description
Values involved in Chi permutation step
Fields§
§shifts_b: Vec<u64>§shifts_sum: Vec<u64>§state_f: Vec<u64>Implementations§
Auto Trait Implementations§
impl Freeze for Chi
impl RefUnwindSafe for Chi
impl Send for Chi
impl Sync for Chi
impl Unpin for Chi
impl UnwindSafe for Chi
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