scalus.cardano.wallet.KeyPair
A key pair for Ed25519 signing operations.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Sign a message and return the signature.
Sign a message and return the signature.
Value parameters
-
message
-
the message to sign
Attributes
-
Returns
-
64-byte Ed25519 signature
The verification (public) key - 32 bytes.
The verification (public) key - 32 bytes.
Attributes
Value parameters
-
message
-
the message that was signed
-
signature
-
the signature to verify
Attributes
-
Returns
-
true if the signature is valid