mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-11-23 23:50:14 +00:00
minor styling fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user