MCPcopy Create free account
hub / github.com/SNAS/openbmp / init

Method init

Server/src/md5.cpp:293–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293void MD5::init(){
294 finalized=0; // we just started!
295
296 // Nothing counted, so count=0
297 count[0] = 0;
298 count[1] = 0;
299
300 // Load magic initialization constants.
301 state[0] = 0x67452301;
302 state[1] = 0xefcdab89;
303 state[2] = 0x98badcfe;
304 state[3] = 0x10325476;
305}
306
307
308

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected