This commit is contained in:
Michele Balistreri 2017-10-28 18:47:47 +03:00
parent 74594092c8
commit 5bf6f62ac7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class SecureChannel {
private byte[] secret;
/**
* Instatiates a Secure Channel. All memory allocations needed for the secure channel are peformed here. The keypair
* Instantiates a Secure Channel. All memory allocations needed for the secure channel are peformed here. The keypair
* used for the EC-DH algorithm is also generated here.
*/
public SecureChannel() {