MCPcopy Create free account
hub / github.com/AGWA/git-crypt / leakless_equals

Function leakless_equals

util.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool leakless_equals (const void* a, const void* b, std::size_t len)
135{
136 return leakless_equals_char(reinterpret_cast<const unsigned char*>(a), reinterpret_cast<const unsigned char*>(b), len);
137}
138
139static void init_std_streams_platform (); // platform-specific initialization
140

Callers 1

decrypt_file_to_stdoutFunction · 0.85

Calls 1

leakless_equals_charFunction · 0.85

Tested by

no test coverage detected