menu
edwards25519 package
documentation
edwards25519.dart
Element
fromDecimal method
fromDecimal method
dark_mode
light_mode
fromDecimal
method
void
fromDecimal
(
String
s
)
Implementation
void fromDecimal(String s) { fromBigInt(s.toBigInt()); }
edwards25519 package
documentation
edwards25519
Element
fromDecimal method
Element class