menu
secp256k1_ecdsa package
documentation
secp256k1.dart
Utilities
moreThanHalfN static method
moreThanHalfN static method
dark_mode
light_mode
moreThanHalfN
static method
bool
moreThanHalfN
(
BigInt
n
)
if a number is bigger than CURVE.n/2
Implementation
static bool moreThanHalfN(BigInt n) => n > (N >> 1);
secp256k1_ecdsa package
documentation
secp256k1
Utilities
moreThanHalfN static method
Utilities class