ElsEcdsaArgs Struct Reference
ELS ECDSA primitive arguments. More...
#include <mcxn547_crypto_pkc.h>
Data Fields | |
| uint8_t | p [66] |
| uint8_t | a [66] |
| uint8_t | b [66] |
| uint8_t | g [132] |
| uint8_t | q [66] |
| uint8_t | privateKey [66] |
| uint8_t | publicKey [132] |
| uint8_t | signature [132] |
| uint8_t | r [66] |
Detailed Description
ELS ECDSA primitive arguments.
Definition at line 91 of file mcxn547_crypto_pkc.h.
Field Documentation
◆ a
| uint8_t a |
Definition at line 94 of file mcxn547_crypto_pkc.h.
◆ b
| uint8_t b |
Definition at line 95 of file mcxn547_crypto_pkc.h.
◆ g
| uint8_t g |
Definition at line 96 of file mcxn547_crypto_pkc.h.
◆ p
| uint8_t p |
Definition at line 93 of file mcxn547_crypto_pkc.h.
◆ privateKey
| uint8_t privateKey |
Definition at line 98 of file mcxn547_crypto_pkc.h.
◆ publicKey
| uint8_t publicKey |
Definition at line 99 of file mcxn547_crypto_pkc.h.
◆ q
| uint8_t q |
Definition at line 97 of file mcxn547_crypto_pkc.h.
◆ r
| uint8_t r |
Definition at line 101 of file mcxn547_crypto_pkc.h.
◆ signature
| uint8_t signature |
Definition at line 100 of file mcxn547_crypto_pkc.h.
The documentation for this struct was generated from the following files:
- cyclone_crypto/hardware/mcxn547/mcxn547_crypto_pkc.h
- cyclone_crypto/hardware/mcxn947/mcxn947_crypto_pkc.h
