Loading...
Searching...
No Matches
ctap_crypto_pub_key_t Struct Reference

Elliptic curve public key. More...

Detailed Description

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
 

Field Documentation

◆ x

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.

◆ y

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.


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