MultiMpc class

Constructors

MultiMpc()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

address(MultiKeypair key) String
auxToKeypair(MultiKeypair keypair) String
generate(int thread, int total, {Engine engine = Engine.ECDSA}) Future<List<MultiKeypair>>
localSign(MultiSignLocalParams params, {Engine engine = Engine.ECDSA}) Future<String>
recover(List<MultiKeypair> keys, Map<String, dynamic> aux) Future<MultiKeypair>
secretKey(List<MultiKeypair> keys, [Engine engine = Engine.ECDSA]) Future<String>
sign(MultiSignParams params) Future<String>
uuid() String