MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / prime_length

Method prime_length

Processor/OnlineOptions.cpp:508–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508int OnlineOptions::prime_length()
509{
510 if (prime == 0)
511 return lgp;
512 else
513 return prime.numBits();
514}
515
516int OnlineOptions::prime_limbs()
517{

Callers 3

mainFunction · 0.80
FieldMachineMethod · 0.80
runMethod · 0.80

Calls 1

numBitsMethod · 0.80

Tested by

no test coverage detected