Instantiate an noncooperating party

makeNCP(
  ncp_defn,
  comp_defn,
  sites = list(),
  pubkey_bits = NULL,
  pubkey_n = NULL,
  den_bits = NULL
)

Arguments

ncp_defn

the NCP definition

comp_defn

the computation definition

sites

a list of sites each entry a named list of name, url, worker

pubkey_bits

number of bits for public key

pubkey_n

the n for the public key

den_bits

the log to base 2 of the denominator

Value

an NCP object