stm32wlxx-hal icon indicating copy to clipboard operation
stm32wlxx-hal copied to clipboard

Basic AES-CBC support

Open MrSoUndso opened this issue 1 year ago • 0 comments

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 :)

MrSoUndso avatar Dec 31 '22 13:12 MrSoUndso