curve property

  1. @override
EllipticCurveTypes get curve
override

Get the elliptic curve type associated with the private key.

Implementation

@override
EllipticCurveTypes get curve => EllipticCurveTypes.redJubJub;