diff --git a/Salsa20.md b/Salsa20.md new file mode 100644 index 0000000..8b15588 --- /dev/null +++ b/Salsa20.md @@ -0,0 +1,10 @@ +Salsa20 is a fast stream cipher. + +Use "salsa20-ctr" in shadowsocks.json. + +And install these packages: + +Debian / Ubuntu: + + apt-get install python-numpy + pip install salsa20 \ No newline at end of file