Sane C++ Libraries
C++ Platform Abstraction Libraries
sc_hashing_result_t Struct Reference

Hash result. More...

#include <sc_hashing.h>

Public Attributes

uint8_t hash [32]
 Contains the computed hash of length size. More...
 
size_t size
 Length of the computed hash. More...
 

Detailed Description

Hash result.

Member Data Documentation

◆ hash

uint8_t sc_hashing_result_t::hash[32]

Contains the computed hash of length size.

◆ size

size_t sc_hashing_result_t::size

Length of the computed hash.


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