Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ bsig1
Function
bsig1
src/pull/picosha2.h:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
inline word_t bsig0(word_t x) { return rotr(x, 2) ^ rotr(x, 13) ^ rotr(x, 22); }
79
80
inline word_t bsig1(word_t x) { return rotr(x, 6) ^ rotr(x, 11) ^ rotr(x, 25); }
81
82
inline word_t shr(word_t x, std::size_t n) {
83
assert(n < 32);
Callers
1
hash256_block
Function · 0.85
Calls
1
rotr
Function · 0.85
Tested by
no test coverage detected