add comments

This commit is contained in:
emmansun 2021-02-13 20:32:22 +08:00
parent 8e3dc1f490
commit e3b5c05ec0

View File

@ -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)