MCPcopy 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

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
82inline word_t shr(word_t x, std::size_t n) {
83 assert(n < 32);

Callers 1

hash256_blockFunction · 0.85

Calls 1

rotrFunction · 0.85

Tested by

no test coverage detected