<
From version < 120.1 >
edited by Xiaoye
on 2022/10/12 18:47
To version < 121.1 >
edited by Jean-Philippe Gagné
on 2022/11/29 23:31
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.JeanPhilippe
Content
... ... @@ -318,15 +318,15 @@
318 318   {
319 319   if(sha1[n] >= 'A' && sha1[n] <= 'Z')
320 320   {
321 - ascv = sha1.charCodeAt(n) - 55;
321 + ascv = sha1.charCodeAt( n ) - 55;
322 322   }
323 323   else if(sha1[n] >= 'a' && sha1[n] <= 'z')
324 324   {
325 - ascv = sha1.charCodeAt(n) - 87;
325 + ascv = sha1.charCodeAt( n ) - 87;
326 326   }
327 327   else
328 328   {
329 - ascv = sha1.charCodeAt(n) - 48;
329 + ascv = sha1.charCodeAt( n ) - 48;
330 330   }
331 331  \\ bit_arr = (bit_arr << 4) | ascv;
332 332   bit_num += 4;
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0