Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
multi_hash_finalized_u Struct Reference
Collaboration diagram for multi_hash_finalized_u:
Collaboration graph
[legend]

Public Attributes

union { 
 
   uint8_t   _sha256 [CX_SHA256_SIZE] 
 
   uint8_t   _sha3_256 [CX_SHA3_256_SIZE] 
 
   uint8_t   _keccak_256 [CX_KECCAK_256_SIZE] 
 
   uint8_t   _ripemd160 [CX_RIPEMD160_SIZE] 
 
   uint8_t   _sha512 [CX_SHA512_SIZE] 
 
   uint8_t   _offset_0 
 
};  
 
buffer_t hash
 

Detailed Description

Definition at line 41 of file tlv_use_case_trusted_name.c.

Member Data Documentation

◆ [union]

union { ... } multi_hash_finalized_u

◆ _keccak_256

uint8_t multi_hash_finalized_u::_keccak_256[CX_KECCAK_256_SIZE]

Definition at line 46 of file tlv_use_case_trusted_name.c.

◆ _offset_0

uint8_t multi_hash_finalized_u::_offset_0

Definition at line 50 of file tlv_use_case_trusted_name.c.

◆ _ripemd160

uint8_t multi_hash_finalized_u::_ripemd160[CX_RIPEMD160_SIZE]

Definition at line 47 of file tlv_use_case_trusted_name.c.

◆ _sha256

uint8_t multi_hash_finalized_u::_sha256[CX_SHA256_SIZE]

Definition at line 44 of file tlv_use_case_trusted_name.c.

◆ _sha3_256

uint8_t multi_hash_finalized_u::_sha3_256[CX_SHA3_256_SIZE]

Definition at line 45 of file tlv_use_case_trusted_name.c.

◆ _sha512

uint8_t multi_hash_finalized_u::_sha512[CX_SHA512_SIZE]

Definition at line 48 of file tlv_use_case_trusted_name.c.

◆ hash

buffer_t multi_hash_finalized_u::hash

Definition at line 52 of file tlv_use_case_trusted_name.c.


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