fix typo
This commit is contained in:
parent
74594092c8
commit
5bf6f62ac7
|
@ -24,7 +24,7 @@ public class SecureChannel {
|
||||||
private byte[] secret;
|
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.
|
* used for the EC-DH algorithm is also generated here.
|
||||||
*/
|
*/
|
||||||
public SecureChannel() {
|
public SecureChannel() {
|
||||||
|
|
Loading…
Reference in New Issue