A type that holds an ECDSA/P-384 signature. More...
#include <sw/device/lib/crypto/impl/ecc/p384.h>
Data Fields | |
uint32_t | r [kP384ScalarWords] |
uint32_t | s [kP384ScalarWords] |
A type that holds an ECDSA/P-384 signature.
The signature consists of two integers r and s, computed modulo n.