Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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