Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ReadLE32
Function
ReadLE32
src/crypto/common.h:24–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
uint32_t static inline ReadLE32(const unsigned char* ptr)
25
{
26
uint32_t x;
27
memcpy((char*)&x, ptr, 4);
28
return le32toh(x);
29
}
30
31
uint64_t static inline ReadLE64(const unsigned char* ptr)
32
{
Callers
15
Decode
Method · 0.85
MurmurHash3
Function · 0.85
Decode
Method · 0.85
UintToArith256
Function · 0.85
GetMessage
Method · 0.85
Num3072
Method · 0.85
Read4
Function · 0.85
Transform
Function · 0.85
poly1305_auth
Function · 0.85
SetKey
Method · 0.85
Crypt
Method · 0.85
Read8
Function · 0.85
Calls
1
le32toh
Function · 0.85
Tested by
1
FUZZ_TARGET
Function · 0.68