EdDSASignature class
EdDSA signature structure
Constructors
- EdDSASignature(Uint8List R, Uint8List S)
-
const
- EdDSASignature.fromBytes(Uint8List bytes)
-
Creates signature from bytes (64 bytes total)
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → Uint8List - Converts signature to bytes (64 bytes total)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited