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
Constructors
new
feOne
feZero
fromInt
sqrtM1
Properties
hashCode
l0
l1
l2
l3
l4
runtimeType
Methods
absolute
add
Bytes
carryPropagateGeneric
equal
feMulGeneric
feSquareGeneric
fromBigInt
fromDecimal
invert
isNegative
mask64Bits
mul51
mult32
multiply
negate
noSuchMethod
one
pow22523
reduce
select
set
setBytes
setWideBytes
sqrtRatio
square
subtract
swap
toBigInt
toString
zero
Operators
operator ==