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 b2cb79b commit bfcb790Copy full SHA for bfcb790
hal/src/aes.rs
@@ -826,7 +826,7 @@ impl Aes {
826
w.errie().disabled();
827
w.dmainen().disabled();
828
w.dmaouten().disabled();
829
- w.gcmph().bits(0); // do not care for ECB
+ w.gcmph().bits(0); // do not care for CBC
830
w.keysize().variant(keysize);
831
w.npblb().bits(0) // no padding
832
});
@@ -973,7 +973,7 @@ impl Aes {
973
974
975
976
- w.gcmph().bits(0); // do not care for CBC
+ w.gcmph().bits(0); // do not care for ECB
977
978
979
0 commit comments