Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
As far as I know AES always has a block size of 16. BuiltinCiphers returns 32 for aes256, and 24 for aes192. That's not the block size, it's the key size in bytes.
Maybe I misunderstand something?