ctap_crypto_pub_key_t Struct Reference

Elliptic curve public key. More...

Detailed Description

Elliptic curve public key.

Definition at line 48 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
 

The documentation for this struct was generated from the following file: