Remove redundant where
This commit is contained in:
parent
43a9967b1d
commit
4b8a8229cf
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user