EcdsaSignature Struct Reference
ECDSA signature. More...
#include <ecdsa.h>
Data Fields | |
| const EcCurve * | curve |
| Elliptic curve parameters. More... | |
| uint32_t | r [EC_MAX_ORDER_SIZE] |
| Integer R. More... | |
| uint32_t | s [EC_MAX_ORDER_SIZE] |
| Integer S. More... | |
Detailed Description
Field Documentation
◆ curve
◆ r
| uint32_t r[EC_MAX_ORDER_SIZE] |
◆ s
| uint32_t s[EC_MAX_ORDER_SIZE] |
The documentation for this struct was generated from the following file:
- cyclone_crypto/ecc/ecdsa.h
