Home | History | Annotate | Download | only in elliptic

Lines Matching full:p256precomputed

112 // p256Precomputed contains precomputed values to aid the calculation of scalar
141 var p256Precomputed = [p256Limbs * 2 * 15 * 2]uint32{
1034 p256SelectAffinePoint(&px, &py, p256Precomputed[tableOffset:], index)