curve property

  1. @override
EllipticCurveTypes get curve
override

curve type

Implementation

@override
EllipticCurveTypes get curve {
  return EllipticCurveTypes.nist256p1;
}