Key agreement key. More...
Key agreement key.
CTAP specification (version 20190130) section 5.5.4
Definition at line 57 of file ctap_crypto.h.
#include <ctap_crypto.h>
Data Fields | |
| ctap_crypto_pub_key_t | pub | 
| public key   | |
| uint8_t | priv [CTAP_CRYPTO_KEY_SIZE] | 
| private key   | |
| uint8_t ctap_crypto_key_agreement_key_t::priv[CTAP_CRYPTO_KEY_SIZE] | 
private key
Definition at line 59 of file ctap_crypto.h.
| ctap_crypto_pub_key_t ctap_crypto_key_agreement_key_t::pub | 
public key
Definition at line 58 of file ctap_crypto.h.