1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00

migrate int to int32

This commit is contained in:
Darien Raymond
2018-04-03 11:32:03 +02:00
parent 4c2edeb18a
commit 7bafd7a1ab
3 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ func NewShakeSizeParser(nonce []byte) *ShakeSizeParser {
}
}
func (*ShakeSizeParser) SizeBytes() int {
func (*ShakeSizeParser) SizeBytes() int32 {
return 2
}