Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ rol
Function
rol
src/crypto/ripemd160.cpp:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
uint32_t inline rol(uint32_t x, int i) { return (x << i) | (x >> (32 - i)); }
34
35
void inline Round(uint32_t& a, uint32_t b, uint32_t& c, uint32_t d, uint32_t e, uint32_t f, uint32_t x, uint32_t k, int r)
36
{
Callers
1
Round
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected