Signature class

Constructors

Signature(Uint8List _theirPublicKey, Uint8List _mySecretKey)

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

detached(Uint8List message) Uint8List
detached_verify(Uint8List message, Uint8List signature) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(Uint8List signedMessage) Uint8List
open_len(Uint8List signedMessage, int smoff, int smlen) Uint8List
open_off(Uint8List signedMessage, int smoff) Uint8List
sign(Uint8List message) Uint8List
sign_len(Uint8List message, int moff, int mlen) Uint8List
sign_off(Uint8List message, int moff) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

publicKeyLength int
final
secretKeyLength int
final
seedLength int
final
signatureLength int
final