MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / R4

Function R4

src/pull/sha1.hpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116inline static void R4(uint32_t block[BLOCK_INTS], const uint32_t v, uint32_t &w, const uint32_t x, const uint32_t y, uint32_t &z, const size_t i)
117{
118 block[i] = blk(block, i);
119 z += (w^x^y) + block[i] + 0xca62c1d6 + rol(v, 5);
120 w = rol(w, 30);
121}
122
123
124/*

Callers 1

transformFunction · 0.85

Calls 2

blkFunction · 0.85
rolFunction · 0.85

Tested by

no test coverage detected