Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
64c85297
Commit
64c85297
authored
Mar 15, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libsodium
parent
b1670679
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
mobile/src/main/jni/Android.mk
mobile/src/main/jni/Android.mk
+10
-8
mobile/src/main/jni/libsodium
mobile/src/main/jni/libsodium
+1
-1
mobile/src/main/res/values/arrays.xml
mobile/src/main/res/values/arrays.xml
+2
-0
No files found.
mobile/src/main/jni/Android.mk
View file @
64c85297
...
@@ -26,10 +26,12 @@ include $(CLEAR_VARS)
...
@@ -26,10 +26,12 @@ include $(CLEAR_VARS)
SODIUM_SOURCE
:=
\
SODIUM_SOURCE
:=
\
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
\
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
\
crypto_core/salsa20/ref/core_salsa20.c
\
crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
\
crypto_generichash/blake2/ref/blake2b-compress-ref.c
\
crypto_core/hchacha20/core_hchacha20.c
\
crypto_generichash/blake2/ref/blake2b-ref.c
\
crypto_core/salsa/ref/core_salsa_ref.c
\
crypto_generichash/blake2/ref/generichash_blake2b.c
\
crypto_generichash/blake2b/ref/blake2b-compress-ref.c
\
crypto_generichash/blake2b/ref/blake2b-ref.c
\
crypto_generichash/blake2b/ref/generichash_blake2b.c
\
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
\
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
\
crypto_onetimeauth/poly1305/donna/poly1305_donna.c
\
crypto_onetimeauth/poly1305/donna/poly1305_donna.c
\
crypto_pwhash/crypto_pwhash.c
\
crypto_pwhash/crypto_pwhash.c
\
...
@@ -41,10 +43,10 @@ SODIUM_SOURCE := \
...
@@ -41,10 +43,10 @@ SODIUM_SOURCE := \
crypto_pwhash/argon2/pwhash_argon2i.c
\
crypto_pwhash/argon2/pwhash_argon2i.c
\
crypto_scalarmult/curve25519/scalarmult_curve25519.c
\
crypto_scalarmult/curve25519/scalarmult_curve25519.c
\
crypto_stream/chacha20/stream_chacha20.c
\
crypto_stream/chacha20/stream_chacha20.c
\
crypto_stream/chacha20/ref/
stream_
chacha20_ref.c
\
crypto_stream/chacha20/ref/chacha20_ref.c
\
crypto_stream/salsa20/
ref/stream_salsa20_ref
.c
\
crypto_stream/salsa20/
stream_salsa20
.c
\
crypto_stream/salsa20/ref/
xor_
salsa20_ref.c
\
crypto_stream/salsa20/ref/salsa20_ref.c
\
crypto_verify/
16/ref/verify_16
.c
\
crypto_verify/
sodium/verify
.c
\
randombytes/randombytes.c
\
randombytes/randombytes.c
\
randombytes/sysrandom/randombytes_sysrandom.c
\
randombytes/sysrandom/randombytes_sysrandom.c
\
sodium/core.c
\
sodium/core.c
\
...
...
libsodium
@
70170c28
Subproject commit
e160de24fd146ab84b4eb397c7cffbf34775aa02
Subproject commit
70170c28c844a4786e75efc626e1aeebc93caebc
mobile/src/main/res/values/arrays.xml
View file @
64c85297
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
<item>
AES-192-GCM
</item>
<item>
AES-192-GCM
</item>
<item>
AES-256-GCM
</item>
<item>
AES-256-GCM
</item>
<item>
CHACHA20-IETF-POLY1305
</item>
<item>
CHACHA20-IETF-POLY1305
</item>
<item>
XCHACHA20-IETF-POLY1305
</item>
</string-array>
</string-array>
<string-array
name=
"enc_method_value"
>
<string-array
name=
"enc_method_value"
>
...
@@ -40,6 +41,7 @@
...
@@ -40,6 +41,7 @@
<item>
aes-192-gcm
</item>
<item>
aes-192-gcm
</item>
<item>
aes-256-gcm
</item>
<item>
aes-256-gcm
</item>
<item>
chacha20-ietf-poly1305
</item>
<item>
chacha20-ietf-poly1305
</item>
<item>
xchacha20-ietf-poly1305
</item>
</string-array>
</string-array>
<string-array
name=
"route_entry"
>
<string-array
name=
"route_entry"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment