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