Optimize non-overlapping CFB8 decryption using SIMD XOR (#265)

This commit is contained in:
B站贴吧蜡油
2023-11-24 06:49:31 +08:00
committed by GitHub
parent 75da769c25
commit bc3d77d784
6 changed files with 103 additions and 41 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/Tnze/go-mc
go 1.19
go 1.20
require (
github.com/google/uuid v1.3.0