Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
unsigned char Int::GetByte(int n) {
289
290
unsigned char *bbPtr = (unsigned char *)bits;
291
return bbPtr[n];
292
293
}
294
295
void Int::Set32Bytes(unsigned char *bytes) {
296
Callers
1
GetBaseN
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected