CommitDomainNative class
- Inheritance
-
- Object
- BaseCommitDomain<
VestaNativeFq, PallasNativeFp, PallasNativePoint, PallasAffineNativePoint> - CommitDomainNative
Constructors
-
CommitDomainNative({required HashDomainNative context, required WnafBase<
VestaNativeFq, PallasNativePoint> r}) -
CommitDomainNative.create(String domain, {List<
PallasAffineNativePoint> ? sinsemillaS}) -
Constructs a new CommitDomainNative with a specific prefix string.
sinsemillaSpre generated sinsemilaSfactory -
CommitDomainNative.withSeperateDomain({required String hashDomain, required String blindDomain, List<
PallasAffineNativePoint> ? sinsemillaS}) -
Constructs a new CommitDomainNative from different values for
hashDomainandblindDomainsinsemillaSpre generated sinsemilaSfactory
Properties
- context → HashDomainNative
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
r
→ WnafBase<
VestaNativeFq, PallasNativePoint> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
commit(
{required List< bool> msg, required VestaNativeFq r}) → PallasNativePoint? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shortCommit(
{required List< bool> msg, required VestaNativeFq r}) → PallasNativeFp? -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited