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

Method SetByte

Int.cpp:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304// ------------------------------------------------
305
306void Int::SetByte(int n,unsigned char byte) {
307
308 unsigned char *bbPtr = (unsigned char *)bits;
309 bbPtr[n] = byte;
310
311}
312
313// ------------------------------------------------
314

Callers 2

DecodePrivateKeyMethod · 0.80
ParsePublicKeyHexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected