This file contains the declaration of the SHA256 class. More...
#include "hl_types.h"
Classes | |
struct | HL_SHA256_CTX |
This struct represents a SHA256-hash context. More... | |
class | SHA256 |
This class represents the implementation of the sha256 algorithm. More... | |
Typedefs | |
typedef hl_uint8 | sha2_byte |
typedef hl_uint32 | sha2_word32 |
typedef hl_uint64 | sha2_word64 |
typedef struct HL_SHA256_CTX | HL_SHA256_CTX |
This struct represents a SHA256-hash context. |
This file contains the declaration of the SHA256 class.
typedef hl_uint32 sha2_word32 |
Exactly 4 bytes
typedef hl_uint64 sha2_word64 |
Exactly 8 bytes