MCPcopy Create free account
hub / github.com/ElementsProject/elements / ReadLE64

Function ReadLE64

src/crypto/common.h:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31uint64_t static inline ReadLE64(const unsigned char* ptr)
32{
33 uint64_t x;
34 memcpy((char*)&x, ptr, 8);
35 return le64toh(x);
36}
37
38void static inline WriteLE16(unsigned char* ptr, uint16_t x)
39{

Callers 9

GetCheapHashMethod · 0.85
rand64Method · 0.85
LoadMethod · 0.85
Num3072Method · 0.85
sha3.cppFile · 0.85
read_le8_signedFunction · 0.85
FUZZ_TARGETFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls 1

le64tohFunction · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.68