I added basic support for CBC encryption to the aes module.
I needed it for a project of mine, so it is not as extensive as it should be (missing tests / inplace support / decryption), but I cannot work on it right now, so I'm opening this pull request to allow others to work on this until I can :)
Hi everyone!
I added basic support for CBC encryption to the aes module.
I needed it for a project of mine, so it is not as extensive as it should be (missing tests / inplace support / decryption), but I cannot work on it right now, so I'm opening this pull request to allow others to work on this until I can :)