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

Function blk

src/pull/sha1.hpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75inline static uint32_t blk(const uint32_t block[BLOCK_INTS], const size_t i)
76{
77 return rol(block[(i+13)&15] ^ block[(i+8)&15] ^ block[(i+2)&15] ^ block[i], 1);
78}
79
80
81/*

Callers 4

R1Function · 0.85
R2Function · 0.85
R3Function · 0.85
R4Function · 0.85

Calls 1

rolFunction · 0.85

Tested by

no test coverage detected