minor styling fix

This commit is contained in:
CPunch 2023-11-25 23:15:47 -06:00
parent d32facf363
commit bb50948935

View File

@ -49,7 +49,7 @@ func DecryptData(buff, key []byte) {
xorData(buff, key, size) xorData(buff, key, size)
} }
func CreateNewKey(uTime uint64, iv1, iv2 uint64) []byte { func CreateNewKey(uTime, iv1, iv2 uint64) []byte {
num := iv1 + 1 num := iv1 + 1
num2 := iv2 + 1 num2 := iv2 + 1