Commit 64c85297 authored by Mygod's avatar Mygod

Update libsodium

parent b1670679
...@@ -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 \
......
Subproject commit e160de24fd146ab84b4eb397c7cffbf34775aa02 Subproject commit 70170c28c844a4786e75efc626e1aeebc93caebc
...@@ -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">
......
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