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

Implementers

Constructors

BaseCommitDomain()

Properties

context BaseHashDomain<SCALAR, BASE, P, AFFINE>
final
hashCode int
The hash code for this object.
no setterinherited
r WnafBase<SCALAR, P>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

commit({required List<bool> msg, required SCALAR r}) → P?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shortCommit({required List<bool> msg, required SCALAR r}) → BASE?
toString() String
A string representation of this object.
inherited

Operators

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