distcomp (version 1.3-3)

makeMaster: Make a master object given a definition

Description

The function makeMaster returns a master object corresponding to the definition. The types of master objects that can be created depend upon the available computations

Usage

makeMaster(defn, partyNumber = NULL, debug = FALSE)

Value

a master object of the appropriate class based on the definition

Arguments

defn

the computation definition

partyNumber

the number of the noncooperating party, which can be optionally set if HE is desired

debug

a debug flag

See Also

availableComputations()