Files | |
| file | sha256.c |
| SHA-256 hash function, code. | |
| file | sha256.h |
| SHA-256 hash function, header. | |
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 |
|
||||||||||||
|
|
|
|
Referenced by sha256Finish, and sha256Update. |
|
|
Referenced by sha256Digest. |
|
||||||||||||||||
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002