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

Method SetByte

secp256k1/Int.cpp:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316// ------------------------------------------------
317
318void Int::SetByte(int n,unsigned char byte) {
319
320 unsigned char *bbPtr = (unsigned char *)bits;
321 bbPtr[n] = byte;
322
323}
324
325// ------------------------------------------------
326

Callers 1

ParsePublicKeyHexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected