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

Show file Open project: puppt/GW2Emu

Public Methods

Method Description
GenerateSharedKey ( byte publicKey, byte privateKey, byte prime ) : byte[]

Method Details

GenerateSharedKey() public static method

public static GenerateSharedKey ( byte publicKey, byte privateKey, byte prime ) : byte[]
publicKey byte
privateKey byte
prime byte
return byte[]