CommitDomainNative class

Inheritance

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. sinsemillaS pre generated sinsemilaS
factory
CommitDomainNative.withSeperateDomain({required String hashDomain, required String blindDomain, List<PallasAffineNativePoint>? sinsemillaS})
Constructs a new CommitDomainNative from different values for hashDomain and blindDomain sinsemillaS pre generated sinsemilaS
factory

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