Commit 8c2a2f03 authored by Max Lv's avatar Max Lv

add salsa20 and chacha20

parent 24d45cc2
......@@ -18,6 +18,8 @@
<item>IDEA-CFB</item>
<item>RC2-CFB</item>
<item>SEED-CFB</item>
<item>SALSA20</item>
<item>CHACHA20</item>
</string-array>
<string-array name="enc_method_value">
......@@ -36,6 +38,8 @@
<item>idea-cfb</item>
<item>rc2-cfb</item>
<item>seed-cfb</item>
<item>salsa20</item>
<item>chacha20</item>
</string-array>
<string-array name="route_entry">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment