aboutsummaryrefslogtreecommitdiffstats
path: root/doc/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/notes.txt')
-rw-r--r--doc/notes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/notes.txt b/doc/notes.txt
index 491d30f..cd0f688 100644
--- a/doc/notes.txt
+++ b/doc/notes.txt
@@ -42,3 +42,8 @@ QUESTIONS:
- how does scp send network data w/o 'send' or 'sendfile'? Is it using fd
access to tcp socket?
- what is the deal with setsockopt in utp?
+
+Beware that data size isn't equal to encrypted data size! Secret box adds the
+nonce as part of the encrypted data.
+
+mosh uses AES-128 with OCB mode.