Commit Graph

2 Commits

Author SHA1 Message Date
bc3d77d784 Optimize non-overlapping CFB8 decryption using SIMD XOR (#265) 2023-11-24 06:49:31 +08:00
7506de289b Improve CFB8 implementation (#256)
* Add CFB8 tests & benchmark

* Improve CFB8 implementation

* Cleanup code

* Speed up with copy function

* Even faster

* Fix & more tests

* Fix tests

* Fix typo
2023-08-19 11:10:28 +08:00