keepsimple1 / libaes

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

Support CFB 128 mode #7

Closed keepsimple1 closed 3 years ago

keepsimple1 commented 3 years ago

Start supporting CFB mode. The first actual mode will be cfb128 where the segment size is 128-bit.