Skip to content

Commit 9a1c677

Browse files
committed
Remove the non-ietf chacha20 and salsa20 ciphers
1 parent 293d40d commit 9a1c677

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/res/values/arrays.xml

-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<item>CAMELLIA-128-CFB</item>
1414
<item>CAMELLIA-192-CFB</item>
1515
<item>CAMELLIA-256-CFB</item>
16-
<item>SALSA20</item>
17-
<item>CHACHA20</item>
1816
<item>CHACHA20-IETF</item>
1917
<item>AES-128-GCM</item>
2018
<item>AES-256-GCM</item>
@@ -34,8 +32,6 @@
3432
<item>camellia-128-cfb</item>
3533
<item>camellia-192-cfb</item>
3634
<item>camellia-256-cfb</item>
37-
<item>salsa20</item>
38-
<item>chacha20</item>
3935
<item>chacha20-ietf</item>
4036
<item>aes-128-gcm</item>
4137
<item>aes-256-gcm</item>

0 commit comments

Comments
 (0)