aboutsummaryrefslogtreecommitdiffstats
path: root/doc/notes.txt
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-03 01:53:37 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-03 01:53:37 -0400
commitf65e7c610bfecc263458708061c4553dfc9cf7d5 (patch)
tree36811ef0ed8386e0777f290dc41ee57eee93419b /doc/notes.txt
parent3f249e56d4d527bc9051f02de4aa436926159ce0 (diff)
downloaducp-f65e7c610bfecc263458708061c4553dfc9cf7d5.tar.gz
ucp-f65e7c610bfecc263458708061c4553dfc9cf7d5.zip
update benchmarks and notes
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.