mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +08:00
add comments
This commit is contained in:
parent
8e3dc1f490
commit
e3b5c05ec0
@ -446,6 +446,7 @@ func boothW6(in uint) (int, int) {
|
|||||||
return int(d), int(s & 1)
|
return int(d), int(s & 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// table[i][j] = (2^(6*i))*j*G mod P
|
||||||
func initTable() {
|
func initTable() {
|
||||||
p256Precomputed = new([43][32 * 8]uint64)
|
p256Precomputed = new([43][32 * 8]uint64)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user