INNER CODE UNIT · Rust
gen_ks_block
RustCrypto/stream-ciphers · hc-256/src/lib.rs:215
fn gen_ks_block(&mut self, block: &mut Block<Self>) {
block.copy_from_slice(&self.0.gen_word().to_le_bytes());
}
}
INNER CODE UNIT · Rust
RustCrypto/stream-ciphers · hc-256/src/lib.rs:215
fn gen_ks_block(&mut self, block: &mut Block<Self>) {
block.copy_from_slice(&self.0.gen_word().to_le_bytes());
}
}