C# Class GameRevision.GW2Emu.Common.Cryptography.DiffieHellman

Afficher le fichier Open project: puppt/GW2Emu

Méthodes publiques

Méthode Description
GenerateSharedKey ( byte publicKey, byte privateKey, byte prime ) : byte[]

Method Details

GenerateSharedKey() public static méthode

public static GenerateSharedKey ( byte publicKey, byte privateKey, byte prime ) : byte[]
publicKey byte
privateKey byte
prime byte
Résultat byte[]