|
Fingerprint_Card
|
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | sha256_context |
Functions | |
| void | sha256_init (sha256_context *) |
| void | sha256_hash (sha256_context *, uint8_t *, uint32_t) |
| void | sha256_done (sha256_context *, uint8_t *) |
| void sha256_done | ( | sha256_context * | ctx, |
| uint8_t * | buf ) |


| void sha256_hash | ( | sha256_context * | ctx, |
| uint8_t * | dat, | ||
| uint32_t | sz ) |


| void sha256_init | ( | sha256_context * | ctx | ) |
