Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ SetInt32
Method
SetInt32
secp256k1/Int.cpp:270–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
// ------------------------------------------------
269
270
void Int::SetInt32(uint32_t value) {
271
CLEAR();
272
bits[0]=value;
273
}
274
275
// ------------------------------------------------
276
Callers
10
SetBaseN
Method · 0.45
Clear
Method · 0.45
Reduce
Method · 0.45
Init
Method · 0.45
Negation
Method · 0.45
ParsePublicKeyHex
Method · 0.45
AddDirect
Method · 0.45
DoubleDirect
Method · 0.45
Double
Method · 0.45
ScalarMultiplication
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected