MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / GetByte

Method GetByte

secp256k1/Int.cpp:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286// ------------------------------------------------
287
288unsigned char Int::GetByte(int n) {
289
290 unsigned char *bbPtr = (unsigned char *)bits;
291 return bbPtr[n];
292
293}
294
295void Int::Set32Bytes(unsigned char *bytes) {
296

Callers 1

GetBaseNMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected