Loading...
Searching...
No Matches
ctap_crypto_key_agreement_key_t Struct Reference

Key agreement key. More...

Detailed Description

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
 

Field Documentation

◆ priv

uint8_t ctap_crypto_key_agreement_key_t::priv[CTAP_CRYPTO_KEY_SIZE]

private key

Definition at line 59 of file ctap_crypto.h.

◆ pub

ctap_crypto_pub_key_t ctap_crypto_key_agreement_key_t::pub

public key

Definition at line 58 of file ctap_crypto.h.


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