Fingerprint_Card
Loading...
Searching...
No Matches
sha256.h File Reference
#include <stdint.h>
Include dependency graph for sha256.h:
This graph shows which files directly or indirectly include this file:

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 *)

Function Documentation

◆ sha256_done()

void sha256_done ( sha256_context * ctx,
uint8_t * buf )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sha256_hash()

void sha256_hash ( sha256_context * ctx,
uint8_t * dat,
uint32_t sz )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sha256_init()

void sha256_init ( sha256_context * ctx)
Here is the caller graph for this function: