keepsimple1 / libaes

A small and fast AES cipher in safe Rust
Apache License 2.0
25 stars 1 forks source link

support changing auto_padding setting in CBC mode #30

Closed keepsimple1 closed 11 months ago

keepsimple1 commented 11 months ago

This is to fix issue #29 .

keepsimple1 commented 11 months ago

Also, I've measured the performance using https://github.com/keepsimple1/libaes-utils . There is no visible performance changes.