Libu2f-emu
0.0.0
Universal 2nd Factor (U2F) Emulation C Library
|
Crypto core of the U2F device. More...
#include <crypto.h>
Data Fields | |
X509 * | cert |
EC_KEY * | privkey |
EC_KEY * | pubkey |
uint8_t | entropy [48] |
Crypto core of the U2F device.
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