MCPcopy Create free account
hub / github.com/SmingHub/Sming / I

Function I

Sming/Components/crypto/src/sha1.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45template <typename T> T I(T b, T c, T d)
46{
47 return G(b, c, d);
48}
49
50constexpr uint32_t K1 = 0x5A827999;
51constexpr uint32_t K2 = 0x6ED9EBA1;

Callers 1

br_sha1_roundFunction · 0.70

Calls 1

GFunction · 0.70

Tested by

no test coverage detected