aboutsummaryrefslogtreecommitdiffstats
path: root/notes/crypto.txt
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-26 00:16:41 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-26 00:16:41 -0700
commit8e13fc65e944b9741e3f8e0f3d45542d8090a99c (patch)
treef445d1eb237345959e629ddf2b94a44bc01d65bc /notes/crypto.txt
parent48a7a411c69de546a299486da1f2d7e939e1e0d8 (diff)
downloadgeniza-8e13fc65e944b9741e3f8e0f3d45542d8090a99c.tar.gz
geniza-8e13fc65e944b9741e3f8e0f3d45542d8090a99c.zip
notes about crypto and initialization
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
+