Signature class

Class representing EdDSA Baby Jub signature

Constructors

Signature(List<BigInt> r8, BigInt s)
Create a Signature with the R8 point and S scalar @param {ListBigInt} r8 - R8 point @param {BigInt} s - BigInt

Properties

hashCode int
The hash code for this object.
no setterinherited
r8 List<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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

newFromCompressed(Uint8List buf) Signature
Create a Signature from a compressed Signature Buffer @param {Uint8List} buf - Buffer containing a signature @returns {Signature} Object signature