JubJubField<F extends JubJubField<F> > class
abstract
- Inheritance
-
- Object
- CryptoField<
F> - JubJubPrimeField<
F> - JubJubField
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
charBits(
) → List< bool> -
override
-
double(
) → F -
inherited
-
invert(
) → F? -
inherited
-
isZero(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sqrt(
) → FieldSqrtResult< F> -
inherited
-
square(
) → F -
inherited
-
toBits(
) → List< bool> -
inherited
-
toBytes(
) → List< int> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
F other) → F -
inherited
-
operator +(
F other) → F -
inherited
-
operator -(
F other) → F -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator unary-(
) → F -
inherited