summaryrefslogtreecommitdiff
path: root/src/noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/noise.h b/src/noise.h
index 92acdcf..0df397a 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -47,4 +47,7 @@ int generate_identity_key(struct NoiseState *st);
int try_continue_noise_handshake(struct NoiseState *st, uint8_t *buf, size_t len);
int send_encrypted_message(struct NoiseState *st, uint8_t *msg, size_t len);
+void arm_key_scrubber(void);
+void disarm_key_scrubber(void);
+
#endif