Signature class

Constructors

Signature(BigInt R, BigInt S)
Signature.fromHexes(String r, dynamic s)

Properties

hashCode int
The hash code for this object.
no setterinherited
R BigInt
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
S BigInt
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBigInts() List<BigInt>
toHexes() List<String>
toRawHex() String
toString() String
A string representation of this object.
override
verify(PublicKey publicKey, String hexHash) bool
verify the sign and the hash of message with the public key

Operators

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