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

Function bsig0

src/pull/picosha2.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78inline word_t bsig0(word_t x) { return rotr(x, 2) ^ rotr(x, 13) ^ rotr(x, 22); }
79
80inline word_t bsig1(word_t x) { return rotr(x, 6) ^ rotr(x, 11) ^ rotr(x, 25); }
81

Callers 1

hash256_blockFunction · 0.85

Calls 1

rotrFunction · 0.85

Tested by

no test coverage detected