Ed25519 class

Constructors

Ed25519.create()

Properties

hashCode int
The hash code for this object.
no setterinherited
publicKeyB64 String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skBuffer Pointer<tss_buffer>
latefinal
verifyingKeyB64 String
no setter
verifyingKeyBytes Uint8List
no setter
vkBuffer Pointer<tss_buffer>
latefinal

Methods

free() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(String msgBuffer) String
sigWithBuffer(Pointer<tss_buffer> msgBuffer) Pointer<tss_buffer>
toString() String
A string representation of this object.
inherited
verify(Pointer<tss_buffer> msgBuffer, Pointer<tss_buffer> signatureBuffer) bool

Operators

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