Skip to content

Commit 0fd47e3

Browse files
authored
aes: restore fixslice64.rs (#247)
It appears that `fixslice64.rs` was accidentally overwritten with `fixslice32.rs` in #208. This restores the 64-bit implementation to what it was prior to that PR. Closes #246.
1 parent f68ad0d commit 0fd47e3

File tree

2 files changed

+197
-143
lines changed

2 files changed

+197
-143
lines changed

aes/src/soft/fixslice32.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Fixsliced implementations of AES-128, AES-192 and AES-256
2-
//! adapted from the C implementation.
1+
//! Fixsliced implementations of AES-128, AES-192 and AES-256 (32-bit)
2+
//! adapted from the C implementation
33
//!
44
//! All implementations are fully bitsliced and do not rely on any
55
//! Look-Up Table (LUT).

0 commit comments

Comments
 (0)