added e..

This commit is contained in:
0xdcarns
2022-01-29 10:18:13 -05:00
parent aa22afeb95
commit 3dadb8dcbf
7 changed files with 19 additions and 8 deletions

View File

@@ -138,6 +138,7 @@ func JoinNetwork(cfg config.ClientConfig, privateKey string) error {
TrafficKeys: models.TrafficKeys{
Mine: rsaPrivKey.PublicKey,
Mod: *rsaPrivKey.PublicKey.N,
E: rsaPrivKey.PublicKey.E,
Server: rsa.PublicKey{},
},
}