BaseHashDomain<SCALAR extends PastaFieldElement<SCALAR>, BASE extends PastaFieldElement<BASE>, P extends PastaPoint<SCALAR, BASE, P>, AFFINE extends PastaAffinePoint<SCALAR, BASE, P>> class abstract final

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
q → P
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sinsemillaS List<AFFINE>
no setter

Methods

hash(List<bool> msg) → BASE?
Creates a combined hash code for a number of objects.
override
hashToPoint(List<bool> msg) → P?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pointAtIndex(int index) PastaAffinePoint<SCALAR, BASE, P>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited