C# Class NBitcoin.BouncyCastle.Math.EC.Abc.ZTauElement

Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Properties

Property Type Description
u BigInteger
v BigInteger

Public Methods

Method Description
ZTauElement ( BigInteger u, BigInteger v )

Method Details

ZTauElement() public method

public ZTauElement ( BigInteger u, BigInteger v )
u BigInteger
v BigInteger

Property Details

u public property

public BigInteger u
return BigInteger

v public property

public BigInteger v
return BigInteger