MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / md5_starts

Function md5_starts

Source/Utils/md5.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void md5_starts( md5_context *ctx )
49{
50 ctx->total[0] = 0;
51 ctx->total[1] = 0;
52
53 ctx->state[0] = 0x67452301;
54 ctx->state[1] = 0xEFCDAB89;
55 ctx->state[2] = 0x98BADCFE;
56 ctx->state[3] = 0x10325476;
57}
58
59void md5_process( md5_context *ctx, uint8 data[64] )
60{

Callers 1

FileMD5Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected