Example #1
0
 private static ptr <CurveParams> Params(this p256Curve curve)
 {
     return(_addr_curve.CurveParams !);
 }
Example #2
0
 private static void initP256Arch()
 {
     // Use pure Go implementation.
     p256 = new p256Curve(p256Params);
 }
Example #3
0
 private static ptr <big.Int> Inverse(this p256Curve curve, ptr <big.Int> _addr_k)
 {
     ref big.Int k = ref _addr_k.val;