Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ SetToOne
Method
SetToOne
src/crypto/muhash.cpp:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void Num3072::SetToOne()
256
{
257
this->limbs[0] = 1;
258
for (int i = 1; i < LIMBS; ++i) this->limbs[i] = 0;
259
}
260
261
void Num3072::Divide(const Num3072& a)
262
{
Callers
2
Num3072
Method · 0.95
Finalize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected