aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/types.rs b/src/types.rs
index 9ab28f5..27807f2 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -96,7 +96,6 @@ pub type Output = (
Option<KeyPair> // resulting key-pair of successful handshake
);
-// per-peer state machine
+// preshared key
pub type Psk = [u8; 32];
-