Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ReadBE32
Function
ReadBE32
src/crypto/common.h:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
uint32_t static inline ReadBE32(const unsigned char* ptr)
64
{
65
uint32_t x;
66
memcpy((char*)&x, ptr, 4);
67
return be32toh(x);
68
}
69
70
uint64_t static inline ReadBE64(const unsigned char* ptr)
71
{
Callers
13
Transform
Function · 0.70
TransformD64
Function · 0.70
Load
Method · 0.70
Transform
Function · 0.70
Decode
Method · 0.50
SignTransaction
Method · 0.50
Decode
Method · 0.50
IsValid
Method · 0.50
GetLinkedIPv4
Method · 0.50
Verify
Method · 0.50
Open
Method · 0.50
FUZZ_TARGET
Function · 0.50
Calls
1
be32toh
Function · 0.85
Tested by
1
FUZZ_TARGET
Function · 0.40