ECCurveCheckPoints(ECPoint, Int32, Int32) Method
Namespace: Org.BouncyCastle.Math.ECAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected virtual void CheckPoints(
ECPoint[] points,
int off,
int len
)
protected:
virtual void CheckPoints(
array<ECPoint^>^ points,
int off,
int len
)
function CheckPoints(points, off, len);
Parameters
- points ECPoint
-
- off Int32
-
- len Int32
-