From c04f8fa3b9c26491884adefa7d2ecacb2b615557 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 26 Oct 2017 00:15:32 -0700 Subject: switch to bnewbold's patched sodiumoxide ... which exposes the stream_xor_ic() family of functions. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5fbc317..edb9f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,10 @@ env_logger = "0.3" rand = "0.3" protobuf = "1.3" log = "0.3" -sodiumoxide = "0.0.15" +sodiumoxide = "0.0.16" [dev-dependencies] tempdir = "0.3" + +[patch.crates-io] +sodiumoxide = { git = 'https://github.com/bnewbold/sodiumoxide-patched', branch = 'stream_xor_ic' } -- cgit v1.2.3