Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
508
int OnlineOptions::prime_length()
509
{
510
if (prime == 0)
511
return lgp;
512
else
513
return prime.numBits();
514
}
515
516
int OnlineOptions::prime_limbs()
517
{
Callers
3
main
Function · 0.80
FieldMachine
Method · 0.80
run
Method · 0.80
Calls
1
numBits
Method · 0.80
Tested by
no test coverage detected