Loading...
Searching...
No Matches
17#ifndef SRC_SUPLA_SHA256_H_
18#define SRC_SUPLA_SHA256_H_
20#include "nettle/sha2.h"
32 void update(
const uint8_t *data,
const int size);
33 struct sha256_ctx* getHash();
34 void digest(uint8_t *output,
int length = 32);
37 struct sha256_ctx hash;