C# Class MpcLib.RandomGeneration.AllToAllGeneration.BigShareMsg

Inheritance: MpcLib.DistributedSystem.Msg
ファイルを表示 Open project: mahdiz/mpclib

Public Properties

Property Type Description
Value BigZp

Public Methods

Method Description
BigShareMsg ( BigZp value ) : System
ToString ( ) : string

Method Details

BigShareMsg() public method

public BigShareMsg ( BigZp value ) : System
value BigZp
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Value public_oe property

public BigZp Value
return BigZp