Skip to content

Commit

Permalink
Add chacha20-ietf
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Dec 24, 2015
1 parent a5a503c commit 2a5d884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<item>SEED-CFB</item>
<item>SALSA20</item>
<item>CHACHA20</item>
<item>CHACHA20-IETF</item>
</string-array>

<string-array name="enc_method_value">
Expand All @@ -38,6 +39,7 @@
<item>seed-cfb</item>
<item>salsa20</item>
<item>chacha20</item>
<item>chacha20-ietf</item>
</string-array>

<string-array name="route_entry">
Expand Down

0 comments on commit 2a5d884

Please sign in to comment.