public interface Signer
Modifier and Type | Method and Description |
---|---|
byte[] |
sign(byte[] message)
An implementer must sign the message
|
byte[] sign(byte[] message)
message
- the data to signED25519Exception
- if the signing process went wrongCopyright © 2025. All rights reserved.