diff options
Diffstat (limited to 'src/constants.c')
| -rw-r--r-- | src/constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.c b/src/constants.c index 29da1d8..7a322e4 100644 --- a/src/constants.c +++ b/src/constants.c @@ -2,7 +2,7 @@ const uint8_t h[8] = { - 1, 5, 3, 0, 4, 7, 2, 6 + 1, 5, 0, 3, 7, 4, 2, 6 }; const uint8_t P[6][256] = { |
