C# Class MpcLib.ByzantineAgreement.ShareMessage

Inheritance: BroadcastMessage
Mostra file Open project: mahdiz/mpclib

Public Properties

Property Type Description
Share Zp

Public Methods

Method Description
ShareMessage ( BroadcastStage stage, Zp share, int k ) : MpcLib.Common.FiniteField
ToString ( ) : string

Method Details

ShareMessage() public method

public ShareMessage ( BroadcastStage stage, Zp share, int k ) : MpcLib.Common.FiniteField
stage BroadcastStage
share Zp
k int
return MpcLib.Common.FiniteField

ToString() public method

public ToString ( ) : string
return string

Property Details

Share public_oe property

public Zp Share
return Zp