Two tests in the AES fixslice implementation are ignored because of wrong test expectations. See FIXME comments in hpcrypt-cipher/aes_fixslice/bitslice.rs.
Low priority but should clean it up:
- Debug why tests are failing
- Fix expected values or implementation
- Remove
#[ignore] attributes
- Maybe add explanatory comments if bitslice ops are non-obvious
Two tests in the AES fixslice implementation are ignored because of wrong test expectations. See FIXME comments in
hpcrypt-cipher/aes_fixslice/bitslice.rs.Low priority but should clean it up:
#[ignore]attributes