makeNCP: Instantiate an noncooperating party

View source: R/distcomp.R

makeNCPR Documentation

Instantiate an noncooperating party

Description

Instantiate an noncooperating party

Usage

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


hrpcisd/distcomp documentation built on Feb. 14, 2023, 4:56 p.m.