CryptoPrimeFieldElement<F extends CryptoPrimeFieldElement<F> > class
abstract
- Implemented types
-
- CryptoField<
F>
- CryptoField<
- Implementers
Constructors
- CryptoPrimeFieldElement()
-
const
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
-
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
-
toBytes(
) → List< int> -
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