nrfxlib API 2.8.99
|
void ocrypto_ed448ph_sign | ( | uint8_t | sig[(114)], |
const uint8_t | hash[(64)], | ||
const uint8_t | sk[(57)], | ||
const uint8_t | pk[(57)] ) |
Ed448ph signature generation.
The message hash hash
is signed using the secret key sk
and the corresponding public key pk
. The signature is put into sig
.
[out] | sig | Generated signature. |
hash | Message hash, SHAKE256(message). | |
sk | Secret key. | |
pk | Public key. |