Commit Graph

5 Commits

Author SHA1 Message Date
2445ff3f71 Fix CFB8 non-overlapping decrypt (#275)
* Fix CFB8 non-overlapping decrypt

* Fix CFB8 edge case of empty src
2024-03-10 00:11:06 +08:00
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
fad92fe364 format repo with "gofumpt" tool 2022-11-26 20:37:57 +08:00
0d436609ce init 2019-05-01 15:22:42 +08:00