wolfSSL / wolfcrypt-py

A Python wrapper that encapsulates wolfSSL's wolfCrypt API.
https://wolfssl.github.io/wolfcrypt-py
31 stars 17 forks source link

Exclude AES CTR from block size check #60

Closed embhorn closed 6 months ago

embhorn commented 6 months ago

If encrypt or decrypt is AES CTR, then the input size does not need to be multiple of block size.

Fixes #59