menu
secp256k1_ecdsa package
documentation
secp256k1.dart
Utilities
fe static method
fe static method
dark_mode
light_mode
fe
static method
bool
fe
(
BigInt
n
)
is field element (invertible)
Implementation
static bool fe(BigInt n) => (BigInt.zero < n) && n < P;
secp256k1_ecdsa package
documentation
secp256k1
Utilities
fe static method
Utilities class