Remove redundant where

This commit is contained in:
Olivier Chéron 2020-02-23 08:40:55 +01:00
parent 43a9967b1d
commit 4b8a8229cf

View File

@ -94,7 +94,7 @@ bxor = B.xor
cipherIPT :: BlockCipher k => k -> [Word8]
cipherIPT = expandIPT . blockSize where
cipherIPT = expandIPT . blockSize
-- Data type which represents the smallest irreducibule binary polynomial
-- against specified degree.