Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Him188 2020-12-18 20:12:58 +08:00
commit a616991f3e

View File

@ -111,6 +111,7 @@ internal class QQAndroidBot constructor(
val bkn: Int
get() = client.wLoginSigInfo.sKey.data
.fold(5381) { acc: Int, b: Byte -> acc + acc.shl(5) + b.toInt() }
.and(Int.MAX_VALUE)
}
internal val EMPTY_BYTE_ARRAY = ByteArray(0)