MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / init

Method init

extern/md5/md5.cpp:302–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302void MD5::init(){
303 finalized=0; // we just started!
304
305 // Nothing counted, so count=0
306 count[0] = 0;
307 count[1] = 0;
308
309 // Load magic initialization constants.
310 state[0] = 0x67452301;
311 state[1] = 0xefcdab89;
312 state[2] = 0x98badcfe;
313 state[3] = 0x10325476;
314}
315
316
317

Callers 2

SimulationModuleFunction · 0.45
initGLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected