We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293d40d commit 9a1c677Copy full SHA for 9a1c677
core/src/main/res/values/arrays.xml
@@ -13,8 +13,6 @@
13
<item>CAMELLIA-128-CFB</item>
14
<item>CAMELLIA-192-CFB</item>
15
<item>CAMELLIA-256-CFB</item>
16
- <item>SALSA20</item>
17
- <item>CHACHA20</item>
18
<item>CHACHA20-IETF</item>
19
<item>AES-128-GCM</item>
20
<item>AES-256-GCM</item>
@@ -34,8 +32,6 @@
34
32
<item>camellia-128-cfb</item>
35
33
<item>camellia-192-cfb</item>
36
<item>camellia-256-cfb</item>
37
- <item>salsa20</item>
38
- <item>chacha20</item>
39
<item>chacha20-ietf</item>
40
<item>aes-128-gcm</item>
41
<item>aes-256-gcm</item>
0 commit comments