aboutsummaryrefslogtreecommitdiffstats
path: root/notes/crypto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes/crypto.txt')
-rw-r--r--notes/crypto.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/notes/crypto.txt b/notes/crypto.txt
new file mode 100644
index 0000000..ea81a5f
--- /dev/null
+++ b/notes/crypto.txt
@@ -0,0 +1,9 @@
+
+Like many libsodium wrappers, and apparently *all* reasonable Rust bindings,
+sodiumoxcide does not expose the `crypto_stream_xsalsa20_xor_ic` function,
+necessary to use libsodium in an endless steam configuration.
+
+https://nacl.cr.yp.to/stream.html
+https://github.com/maidsafe/rust_sodium
+https://groups.google.com/forum/#!original/boring-crypto/BpUmNMXKMYQ/EEwAIeQdjacJ
+