MCPcopy 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
63uint32_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
70uint64_t static inline ReadBE64(const unsigned char* ptr)
71{

Callers 13

TransformFunction · 0.70
TransformD64Function · 0.70
LoadMethod · 0.70
TransformFunction · 0.70
DecodeMethod · 0.50
SignTransactionMethod · 0.50
DecodeMethod · 0.50
IsValidMethod · 0.50
GetLinkedIPv4Method · 0.50
VerifyMethod · 0.50
OpenMethod · 0.50
FUZZ_TARGETFunction · 0.50

Calls 1

be32tohFunction · 0.85

Tested by 1

FUZZ_TARGETFunction · 0.40