MCPcopy Create free account
hub / github.com/ElementsProject/elements / f5

Function f5

src/crypto/ripemd160.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19uint32_t inline f3(uint32_t x, uint32_t y, uint32_t z) { return (x | ~y) ^ z; }
20uint32_t inline f4(uint32_t x, uint32_t y, uint32_t z) { return (x & z) | (y & ~z); }
21uint32_t inline f5(uint32_t x, uint32_t y, uint32_t z) { return x ^ (y | ~z); }
22
23/** Initialize RIPEMD-160 state. */
24void inline Initialize(uint32_t* s)

Callers 2

R51Function · 0.85
R12Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected