#include "beecrypt.h"
Go to the source code of this file.
Data Structures | |
| struct | sha256Param |
Functions | |
| void | sha256Process (sha256Param *p) |
| int | sha256Reset (sha256Param *p) |
| int | sha256Update (sha256Param *p, const byte *data, int size) |
| int | sha256Digest (sha256Param *p, uint32 *data) |
Variables | |
| const hashFunction | sha256 |
Definition in file sha256.h.
1.2.14 written by Dimitri van Heesch,
© 1997-2002