
Go to the source code of this file.
Data Structures | |
| struct | SHA1Context |
| This structure will hold context information for the hashing operation. More... | |
Typedefs | |
| typedef struct SHA1Context | SHA1Context |
| This structure will hold context information for the hashing operation. | |
Functions | |
| void | SHA1Reset (SHA1Context *) |
| int | SHA1Result (SHA1Context *) |
| void | SHA1Input (SHA1Context *, const unsigned char *, unsigned) |
Copyright (C) 1998 Paul E. Jones <paulej@arid.us> All Rights Reserved
Description: This class implements the Secure Hashing Standard as defined in FIPS PUB 180-1 published April 17, 1995.
Many of the variable names in the SHA1Context, especially the single character names, were used because those were the names used in the publication.
Please read the file sha1.c for more information.
| typedef struct SHA1Context SHA1Context |
This structure will hold context information for the hashing operation.
| void SHA1Input | ( | SHA1Context * | , | |
| const unsigned char * | , | |||
| unsigned | ||||
| ) |
| void SHA1Reset | ( | SHA1Context * | ) |
| int SHA1Result | ( | SHA1Context * | ) |
1.6.3