summaryrefslogtreecommitdiffstats
path: root/src/handshake/macs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handshake/macs.rs')
-rw-r--r--src/handshake/macs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake/macs.rs b/src/handshake/macs.rs
index 721fc88..5773f3d 100644
--- a/src/handshake/macs.rs
+++ b/src/handshake/macs.rs
@@ -194,7 +194,7 @@ struct Secret {
}
pub struct Validator {
- mac1_key: [u8; 32], // mac1 key, derieved from device public key
+ mac1_key: [u8; 32], // mac1 key, derived from device public key
cookie_key: [u8; 32], // xchacha20poly key for sealing cookie response
secret: RwLock<Secret>,
}