Elliptic curve public key. More...
Elliptic curve public key.
Definition at line 47 of file ctap_crypto.h.
#include <ctap_crypto.h>
Data Fields | |
| uint8_t | x [CTAP_CRYPTO_KEY_SIZE] | 
| x coordinate of curve point   | |
| uint8_t | y [CTAP_CRYPTO_KEY_SIZE] | 
| y coordinate of curve point   | |
| uint8_t ctap_crypto_pub_key_t::x[CTAP_CRYPTO_KEY_SIZE] | 
x coordinate of curve point
Definition at line 48 of file ctap_crypto.h.
| uint8_t ctap_crypto_pub_key_t::y[CTAP_CRYPTO_KEY_SIZE] | 
y coordinate of curve point
Definition at line 49 of file ctap_crypto.h.