C# Class Secp256k1.ECElGamal

Mostrar archivo Open project: TangibleCryptography/Secp256k1

Public Methods

Method Description
DecipherKey ( System.Numerics.BigInteger privateKey, ECPoint tag ) : byte[]
GenerateKey ( ECPoint publicKey, byte &key ) : ECPoint
GenerateKey ( ECPoint publicKey, byte &key, System.Numerics.BigInteger k ) : ECPoint

Method Details

DecipherKey() public method

public DecipherKey ( System.Numerics.BigInteger privateKey, ECPoint tag ) : byte[]
privateKey System.Numerics.BigInteger
tag ECPoint
return byte[]

GenerateKey() public method

public GenerateKey ( ECPoint publicKey, byte &key ) : ECPoint
publicKey ECPoint
key byte
return ECPoint

GenerateKey() public method

public GenerateKey ( ECPoint publicKey, byte &key, System.Numerics.BigInteger k ) : ECPoint
publicKey ECPoint
key byte
k System.Numerics.BigInteger
return ECPoint