Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ F
Function
F
Sming/Components/crypto/src/sha1.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
namespace
29
{
30
template <typename T> T F(T b, T c, T d)
31
{
32
return ((c ^ d) & b) ^ d;
33
}
34
35
template <typename T> T G(T b, T c, T d)
36
{
Callers
1
br_sha1_round
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected