Libu2f-emu  0.0.0
Universal 2nd Factor (U2F) Emulation C Library
Data Fields
crypto_core Struct Reference

Crypto core of the U2F device. More...

#include <crypto.h>

Data Fields

X509 * cert
 
EC_KEY * privkey
 
EC_KEY * pubkey
 
uint8_t entropy [48]
 

Detailed Description

Crypto core of the U2F device.

Field Documentation

X509* crypto_core::cert

Certificate

uint8_t crypto_core::entropy[48]

Random bits used in encryption

EC_KEY* crypto_core::privkey

Private key of the certificate

EC_KEY* crypto_core::pubkey

Public key of the certificate


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