mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-03-22 00:26:19 +00:00
fix: clippy warnings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/// Generic bit permutation for DES specification.
|
||||
///
|
||||
/// DES uses 1-based positioning where bit 1 is the leftmost (MSB) and bit 64 is the rightmost (LSB).
|
||||
/// This function handles this correctly for arbitrary input/output sizes.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user