The Sleuth Kit
4.12.1
|
Local copy of the public domain SHA-1 library code by David Ireland. More...
#include "tsk_base_i.h"
Functions | |
void | TSK_SHA_Final (BYTE output[SHS_DIGESTSIZE], TSK_SHA_CTX *shsInfo) |
Calculate the hash of the data added to the context. More... | |
void | TSK_SHA_Init (TSK_SHA_CTX *shsInfo) |
Initialize a SHA-1 context so that data can be added to it. More... | |
void | TSK_SHA_Update (TSK_SHA_CTX *shsInfo, BYTE *buffer, int count) |
Add data to an initialized SHA-1 context. More... | |
Local copy of the public domain SHA-1 library code by David Ireland.
#define expand | ( | W, | |
i | |||
) |
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.