Skip to content

Commit

Permalink
aes: restore fixslice64.rs (#247)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tarcieri authored May 9, 2021
1 parent f68ad0d commit 0fd47e3
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 143 deletions.
4 changes: 2 additions & 2 deletions aes/src/soft/fixslice32.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Fixsliced implementations of AES-128, AES-192 and AES-256
//! adapted from the C implementation.
//! Fixsliced implementations of AES-128, AES-192 and AES-256 (32-bit)
//! adapted from the C implementation
//!
//! All implementations are fully bitsliced and do not rely on any
//! Look-Up Table (LUT).
Expand Down
Loading

0 comments on commit 0fd47e3

Please sign in to comment.