SergeyBel/AES

CFB mode bug

Handerix opened this issue · 1 comments

I think there should be EncryptBlock(block, block, key); and DecryptBlock(block, block, key); in the CFB mode, am I right? :)

There is a bug in CFB mode,fixed in #4, thanks)