JubJubNativeFieldElement<F extends JubJubNativeFieldElement<F> > class
abstract
- Inheritance
-
- Object
- CryptoField<
F> - JubJubNativeFieldElement
- Implemented types
- Implementers
Constructors
- JubJubNativeFieldElement(BigInt v)
-
const
Properties
Methods
-
charBits(
) → List< bool> -
override
-
double(
) → F -
inherited
-
identity(
) → F -
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> -
override
-
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