baselen property

  1. @override
int get baselen
override

Get the length of the base point in the curve

Implementation

@override
int get baselen => ((p.bitLength + 1 + 7) ~/ 8);