Uses of Class
SFE.PF.UC

Packages that use UC
SFE.PF Extension for PF-SFE (Private Function SFE) based on UC (Universal Circuit) 
 

Uses of UC in SFE.PF
 

Subclasses of UC in SFE.PF
 class UCsel
          Universal Circuit based on selection blocks.
 class UCvaliant
          Valiant's Universal Circuit based on universal graphs.
 

Methods in SFE.PF that return UC
static UC UC.generateUC(int u, int v, int k, java.lang.String type)
          generate UC for given circuit parameters
 

Methods in SFE.PF with parameters of type UC
abstract  void S.generate(int u, int v, UC c)
          Generate selection block.
 void S_u_v.generate(int u, int v, UC c)
           
 void S_u_1.generate(int u, int v, UC c)
           
 void S_U.generate(int u, int v, UC c)
           
 void S_V.generate(int u, int v, UC c)
           
static S S.generateS(int u, int v, UC c)
          Generate smallest selection block for given parameters.
 

Constructors in SFE.PF with parameters of type UC
Block(int u, int v, UC c)
          Constructor
P_EP(int u, int v, UC c)
           
P_TP(int u, int v, UC c)
           
P(int u, int v, UC c)
          Constructor
S_u_1(int u, UC c)
           
S_u_v(int u, int v, UC c)
           
S_U(int u, int v, UC c)
           
S_V(int u, int v, UC c)
           
S(int u, int v, UC c)
          Constructor