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

Method GG

Server/src/md5.cpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519inline void MD5::GG(uint4& a, uint4 b, uint4 c, uint4 d, uint4 x,
520 uint4 s, uint4 ac){
521 a += G(b, c, d) + x + ac;
522 a = rotate_left (a, s) +b;
523}
524
525inline void MD5::HH(uint4& a, uint4 b, uint4 c, uint4 d, uint4 x,
526 uint4 s, uint4 ac){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected