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

Method II

Server/src/md5.cpp:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531inline void MD5::II(uint4& a, uint4 b, uint4 c, uint4 d, uint4 x,
532 uint4 s, uint4 ac){
533 a += I(b, c, d) + x + ac;
534 a = rotate_left (a, s) +b;
535}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected