Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
template <typename T> T I(T b, T c, T d)
46
{
47
return G(b, c, d);
48
}
49
50
constexpr uint32_t K1 = 0x5A827999;
51
constexpr uint32_t K2 = 0x6ED9EBA1;
Callers
1
br_sha1_round
Function · 0.70
Calls
1
G
Function · 0.70
Tested by
no test coverage detected