Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocolacio committed Dec 10, 2018
1 parent 38b6fb8 commit f51d592
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 385 deletions.
163 changes: 0 additions & 163 deletions crypto.py

This file was deleted.

2 changes: 1 addition & 1 deletion crypto/eecdh.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func ECDH(priv []byte, x, y *big.Int) []byte {
// Create shared secret xp from peer's public key and our private key
xp, _ := Curve.ScalarMult(x, y, priv)

// Derive an AES key from our shared secret
// Derive an AES key (KDF) from our shared secret
return DeriveKey(xp.Bytes(), aesKeySize)
}

Expand Down
150 changes: 0 additions & 150 deletions gui.py

This file was deleted.

Binary file removed main
Binary file not shown.
Loading

0 comments on commit f51d592

Please sign in to comment.