MCPcopy 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

28namespace
29{
30template <typename T> T F(T b, T c, T d)
31{
32 return ((c ^ d) & b) ^ d;
33}
34
35template <typename T> T G(T b, T c, T d)
36{

Callers 1

br_sha1_roundFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected