OPTIGA™ Trust M
Host Library Documentation
optiga_hash_context Struct Reference

Specifies the structure to the Hash context details managed by OPTIGA. More...

#include <optiga_lib_common.h>

Data Fields

uint8_t * context_buffer
 buffer to hold the hash context data More...
 
uint16_t context_buffer_length
 context length More...
 
uint8_t hash_algo
 hashing algorithm More...
 

Detailed Description

Specifies the structure to the Hash context details managed by OPTIGA.

Definition at line 305 of file optiga_lib_common.h.

Field Documentation

◆ context_buffer

uint8_t* optiga_hash_context::context_buffer

buffer to hold the hash context data

Definition at line 308 of file optiga_lib_common.h.

◆ context_buffer_length

uint16_t optiga_hash_context::context_buffer_length

context length

Definition at line 310 of file optiga_lib_common.h.

◆ hash_algo

uint8_t optiga_hash_context::hash_algo

hashing algorithm

Definition at line 312 of file optiga_lib_common.h.