We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7d5a7 commit 0f8f6b9Copy full SHA for 0f8f6b9
1 file changed
aes/src/soft/fixslice.rs
@@ -1840,4 +1840,3 @@ fn inv_bitslice_one<W: Word>(block: &mut Block, state: &State<W>) {
1840
let out = W::inv_bitslice(state);
1841
block.copy_from_slice(out[0].as_slice());
1842
}
1843
-
0 commit comments