SignPart1 class
The first stage of the signing process where each signing participant generates nonces and a commitment to those nonces. The commitment is to be shared to the signature aggregator with authentication to start the signing process.
Constructors
- SignPart1.new({ })
-
Generate the nonces using the
privateShare
for additional entropy.
Properties
- commitment ↔ SigningCommitment
-
The commitment to the nonces to be shared with the signature aggregator.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonces ↔ SigningNonces
-
To be held by the participant for part2 of the signing process.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited