tanghai
|
6bb6d933b8
格式化一下代码
|
%!s(int64=11) %!d(string=hai) anos |
tanghai
|
d44020e947
srp6计算hash时ToUBigIntegerArray可能需要指定长度,超出的字节填0
|
%!s(int64=13) %!d(string=hai) anos |
tanghai
|
317def9778
BigInteger.ModPow可能为负数,而我们srp6不为负数.所以如果为负,需要加上一个modulus
|
%!s(int64=13) %!d(string=hai) anos |
tanghai
|
777eeb3a10
连接gate开发完成
|
%!s(int64=13) %!d(string=hai) anos |
tanghai
|
02a4acebc4
SRP6联调通过!
|
%!s(int64=13) %!d(string=hai) anos |
tanghai
|
122f78dbad
ms BigInteger类由byte[]转换会产生负数,增加byte[]转换成unsign big integer功能
|
%!s(int64=13) %!d(string=hai) anos |