Handerix opened this issue 6 years ago · 1 comments
I think there should be EncryptBlock(block, block, key); and DecryptBlock(block, block, key); in the CFB mode, am I right? :)
EncryptBlock(block, block, key);
DecryptBlock(block, block, key);
There is a bug in CFB mode,fixed in #4, thanks)