You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the AES Block Cipher Engine is implemented as ECB (plaintext block with a given key always results in the same plaintext block). We need to update this to be done as CBC.
Currently the AES Block Cipher Engine is implemented as ECB (plaintext block with a given key always results in the same plaintext block). We need to update this to be done as CBC.
https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#CBC
The text was updated successfully, but these errors were encountered: