fix: clippy warnings

This commit is contained in:
2025-11-10 12:43:47 +02:00
parent bf6ae712a7
commit 4007a9a04d
4 changed files with 8 additions and 7 deletions

View File

@@ -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.
///