MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / Get32Bytes

Method Get32Bytes

Int.cpp:294–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void Int::Get32Bytes(unsigned char *buff) {
295
296 uint64_t *ptr = (uint64_t *)buff;
297 ptr[3] = _byteswap_uint64(bits64[0]);
298 ptr[2] = _byteswap_uint64(bits64[1]);
299 ptr[1] = _byteswap_uint64(bits64[2]);
300 ptr[0] = _byteswap_uint64(bits64[3]);
301
302}
303
304// ------------------------------------------------
305

Callers 3

GetPublicKeyHexMethod · 0.80
GetHash160Method · 0.80
GetPrivAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected