CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::mod_gpg::DecKeyStorage Struct Reference

Public Attributes

uint8_t magic [MAGIC_SIZE]
uint8_t nonce [NONCE_SIZE]
uint8_t encrypted [PRIVKEY_SIZE]
uint8_t tag [TAG_SIZE]

Detailed Description

Definition at line 55 of file GpgStorage.cpp.

Member Data Documentation

◆ encrypted

uint8_t cdc::mod_gpg::DecKeyStorage::encrypted[PRIVKEY_SIZE]

Definition at line 58 of file GpgStorage.cpp.

◆ magic

uint8_t cdc::mod_gpg::DecKeyStorage::magic[MAGIC_SIZE]

Definition at line 56 of file GpgStorage.cpp.

◆ nonce

uint8_t cdc::mod_gpg::DecKeyStorage::nonce[NONCE_SIZE]

Definition at line 57 of file GpgStorage.cpp.

◆ tag

uint8_t cdc::mod_gpg::DecKeyStorage::tag[TAG_SIZE]

Definition at line 59 of file GpgStorage.cpp.


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