Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ left
Function
left
src/crypto/sha1.cpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
uint32_t inline f3(uint32_t b, uint32_t c, uint32_t d) { return (b & c) | (d & (b | c)); }
27
28
uint32_t inline left(uint32_t x) { return (x << 1) | (x >> 31); }
29
30
/** Initialize SHA-1 state. */
31
void inline Initialize(uint32_t* s)
Callers
1
Transform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected