|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Public Attributes | |
| uint8_t | magic [MAGIC_SIZE] |
| uint8_t | nonce [NONCE_SIZE] |
| uint8_t | encrypted [PRIVKEY_SIZE] |
| uint8_t | tag [TAG_SIZE] |
Definition at line 55 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::DecKeyStorage::encrypted[PRIVKEY_SIZE] |
Definition at line 58 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::DecKeyStorage::magic[MAGIC_SIZE] |
Definition at line 56 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::DecKeyStorage::nonce[NONCE_SIZE] |
Definition at line 57 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::DecKeyStorage::tag[TAG_SIZE] |
Definition at line 59 of file GpgStorage.cpp.