From 8e13fc65e944b9741e3f8e0f3d45542d8090a99c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 26 Oct 2017 00:16:41 -0700 Subject: notes about crypto and initialization --- notes/crypto.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 notes/crypto.txt (limited to 'notes/crypto.txt') 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 + -- cgit v1.2.3