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

Method GetByte

Int.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274// ------------------------------------------------
275
276unsigned char Int::GetByte(int n) {
277
278 unsigned char *bbPtr = (unsigned char *)bits;
279 return bbPtr[n];
280
281}
282
283void Int::Set32Bytes(unsigned char *bytes) {
284

Callers 1

GetBaseNMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected