mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-13 23:14:53 +01:00
add diff files for auto updating client, readme for installation and running tutorial
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Novaria.Common.Crypto
|
||||
|
||||
public DiffieHellman()
|
||||
{
|
||||
Console.WriteLine(spriv);
|
||||
//g** Spriv mod p
|
||||
ServerPublicKey = BigInteger.ModPow(g, spriv, p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user