11.3.1 Compute Method
Computes the signature of the provided sequence of bytes using the supplied key.
Input Arguments
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 |
Output Arguments
Name | Type | Mandatory | Description |
|---|---|---|---|
Result | XPRIM_Binary | Yes | The generated signature (bytes) |
Return Value
None