BSL v0.0.0 - 0.geda3e66
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSL_SecResult_t Struct Reference

Represents a security result, being a 2-tuple of (result-id, bytes). More...

+ Collaboration diagram for BSL_SecResult_t:

Data Fields

uint64_t result_id
 Result ID, which is context dependent, based on security context.
 
uint64_t context_id
 Context ID, put in here for convenience.
 
uint64_t target_block_num
 Target block id, put in here for convenience.
 
uint8_t _bytes [BSL_DEFAULT_BYTESTR_LEN+1]
 Result as byte array, up to a given maximum.
 
size_t _bytelen
 Length of data (in bytes) of the contained bytestring. Always less than BSL_DEFAULT_BYTESTR_LEN.
 

Detailed Description

Represents a security result, being a 2-tuple of (result-id, bytes).


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