C# Class Secp256k1.ECEncryption

Afficher le fichier Open project: TangibleCryptography/Secp256k1

Méthodes publiques

Méthode Description
Decrypt ( System.Numerics.BigInteger privateKey, byte cipherData ) : byte[]
ECEncryption ( ) : System
Encrypt ( ECPoint publicKey, byte data ) : byte[]
Encrypt ( ECPoint publicKey, string message ) : byte[]

Method Details

Decrypt() public méthode

public Decrypt ( System.Numerics.BigInteger privateKey, byte cipherData ) : byte[]
privateKey System.Numerics.BigInteger
cipherData byte
Résultat byte[]

ECEncryption() public méthode

public ECEncryption ( ) : System
Résultat System

Encrypt() public méthode

public Encrypt ( ECPoint publicKey, byte data ) : byte[]
publicKey ECPoint
data byte
Résultat byte[]

Encrypt() public méthode

public Encrypt ( ECPoint publicKey, string message ) : byte[]
publicKey ECPoint
message string
Résultat byte[]