menu
ed25519spacemesh package
documentation
edwards25519.dart
FeIsNegative function
FeIsNegative function
dark_mode
light_mode
FeIsNegative
function
int
FeIsNegative
(
FieldElement
f
)
Implementation
int FeIsNegative(FieldElement f) { var s = Uint8List(32); FeToBytes(s, f); return s[0] & 1; }
ed25519spacemesh package
documentation
edwards25519
FeIsNegative function
edwards25519 library