Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
uint64_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
38
void static inline WriteLE16(unsigned char* ptr, uint16_t x)
39
{
Callers
9
GetCheapHash
Method · 0.85
rand64
Method · 0.85
Load
Method · 0.85
Num3072
Method · 0.85
sha3.cpp
File · 0.85
read_le8_signed
Function · 0.85
FUZZ_TARGET
Function · 0.85
operator()
Method · 0.85
operator()
Method · 0.85
Calls
1
le64toh
Function · 0.85
Tested by
1
FUZZ_TARGET
Function · 0.68