MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / add

Method add

Libraries/Http/HttpWebSocket.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228{
229 uint32_t state[5] = {0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0};
230 uint64_t totalBytes = 0;
231
232 uint8_t block[64] = {0};
233 size_t blockSize = 0;
234
235 void transform(const uint8_t* input)
236 {
237 uint32_t words[80];

Callers 1

computeAcceptMethod · 0.45

Calls 4

ResultClass · 0.50
ErrorEnum · 0.50
dataMethod · 0.45
sizeInBytesMethod · 0.45

Tested by

no test coverage detected