8 lines
204 B
Rust
8 lines
204 B
Rust
// rustfmt-max_width: 80
|
|
|
|
fn foo() {
|
|
polyfill::slice::fill(&mut self.pending[padding_pos..
|
|
(self.algorithm.block_len - 8)],
|
|
0);
|
|
}
|