MCPcopy 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
255void Num3072::SetToOne()
256{
257 this->limbs[0] = 1;
258 for (int i = 1; i < LIMBS; ++i) this->limbs[i] = 0;
259}
260
261void Num3072::Divide(const Num3072& a)
262{

Callers 2

Num3072Method · 0.95
FinalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected