about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-04-19 16:09:31 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-04-19 16:09:31 +0200
commitbbe81e6c871e9556ce224a9039c7d8eb507276b2 (patch)
tree828058ec18346010474e59c2a0d59d8e05b4ae8b /.gitmodules
parent91a136ea9bfbffe691540becd67a4efba5cec16d (diff)
downloadrdd-master.tar.gz
rdd-master.tar.xz
rdd-master.zip
use chacha8, switch to chacha-opt HEAD master
This is actually even faster (and comparable in speed with the reference
implementation), and also has received substantial cryptanalysis.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..bb70641
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "chacha-opt"]
+	path = chacha-opt
+	url = https://github.com/floodyberry/chacha-opt