SparkFun Fingerprint Sensor - FPC2534 Pro  v0.9.9-3-g5d0d172
Library for the SparkFun Fingerprint Sensor - FPC2534 Pro
Loading...
Searching...
No Matches
fpc_frame_hdr_sec_addon_t Struct Reference

Frame Header Addon for secure Protocol. More...

#include <fpc_api.h>

Public Attributes

uint8_t iv [FPC_AES_GCM_IV_SIZE]
 
uint8_t gmac_tag [FPC_AES_GCM_TAG_SIZE]
 
uint8_t ciphertext []
 

Detailed Description

Frame Header Addon for secure Protocol.

Member Data Documentation

◆ ciphertext

uint8_t fpc_frame_hdr_sec_addon_t::ciphertext[]

Placeholder for encrypted payload.

◆ gmac_tag

uint8_t fpc_frame_hdr_sec_addon_t::gmac_tag[FPC_AES_GCM_TAG_SIZE]

gmac tag of aad and payload.

◆ iv

uint8_t fpc_frame_hdr_sec_addon_t::iv[FPC_AES_GCM_IV_SIZE]

random iv generated by sender.


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