Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
inline 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
R1
Function · 0.85
R2
Function · 0.85
R3
Function · 0.85
R4
Function · 0.85
Calls
1
rol
Function · 0.85
Tested by
no test coverage detected