Computes the signature of the provided sequence of bytes using the supplied key.
Name | Type | Mandatory | Description |
|---|---|---|---|
Input | XPRIM_Binary | Yes | The message whose signature is to be generated |
Key | XPRIM_Binary | Yes | The secret key to use |
Name | Type | Mandatory | Description |
|---|---|---|---|
Result | XPRIM_Binary | Yes | The generated signature (bytes) |
None