menu
blockchain_utils package
documentation
crypto/crypto/cdsa/curve/curve.dart
CurveFp
baselen property
baselen property
dark_mode
light_mode
baselen
property
@
override
int
get
baselen
override
Get the length of the base point in the curve
Implementation
@override int get baselen => BigintUtils.orderLen(p);
blockchain_utils package
documentation
crypto/crypto/cdsa/curve/curve
CurveFp
baselen property
CurveFp class