rbnacl-libsodium 1.0.11 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +4 -0
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/AUTHORS +45 -33
- data/vendor/libsodium/ChangeLog +63 -2
- data/vendor/libsodium/LICENSE +1 -1
- data/vendor/libsodium/Makefile.am +1 -0
- data/vendor/libsodium/Makefile.in +17 -14
- data/vendor/libsodium/README.markdown +1 -0
- data/vendor/libsodium/THANKS +38 -4
- data/vendor/libsodium/aclocal.m4 +25 -24
- data/vendor/libsodium/autogen.sh +12 -7
- data/vendor/libsodium/autom4te.cache/output.0 +5066 -2281
- data/vendor/libsodium/autom4te.cache/output.1 +1013 -600
- data/vendor/libsodium/autom4te.cache/output.2 +5066 -2281
- data/vendor/libsodium/autom4te.cache/requests +426 -1584
- data/vendor/libsodium/autom4te.cache/traces.0 +2044 -876
- data/vendor/libsodium/autom4te.cache/traces.1 +996 -523
- data/vendor/libsodium/autom4te.cache/traces.2 +1996 -828
- data/vendor/libsodium/build-aux/compile +5 -4
- data/vendor/libsodium/build-aux/config.guess +120 -68
- data/vendor/libsodium/build-aux/config.sub +51 -22
- data/vendor/libsodium/build-aux/depcomp +3 -3
- data/vendor/libsodium/build-aux/install-sh +2 -2
- data/vendor/libsodium/build-aux/missing +3 -3
- data/vendor/libsodium/build-aux/test-driver +3 -3
- data/vendor/libsodium/builds/msvc/properties/Win32.props +4 -1
- data/vendor/libsodium/builds/msvc/properties/x64.props +4 -1
- data/vendor/libsodium/builds/msvc/resource.h +14 -0
- data/vendor/libsodium/builds/msvc/resource.rc +63 -0
- data/vendor/libsodium/builds/msvc/version.h +7 -4
- data/vendor/libsodium/builds/msvc/vs2010/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj +182 -139
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2012/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2013/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2015/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj +181 -118
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.props +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.xml +17 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.sln +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.props +48 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj +320 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters +962 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.xml +15 -0
- data/vendor/libsodium/configure +1002 -589
- data/vendor/libsodium/configure.ac +48 -21
- data/vendor/libsodium/contrib/Findsodium.cmake +267 -0
- data/vendor/libsodium/contrib/Makefile.am +3 -0
- data/vendor/libsodium/contrib/Makefile.in +483 -0
- data/vendor/libsodium/dist-build/Makefile.in +11 -7
- data/vendor/libsodium/dist-build/android-armv8-a.sh +1 -1
- data/vendor/libsodium/dist-build/android-build.sh +25 -17
- data/vendor/libsodium/dist-build/android-mips32.sh +1 -1
- data/vendor/libsodium/dist-build/android-mips64.sh +1 -1
- data/vendor/libsodium/dist-build/android-x86_64.sh +1 -1
- data/vendor/libsodium/dist-build/emscripten-symbols.def +150 -2
- data/vendor/libsodium/dist-build/emscripten-wasm.sh +132 -0
- data/vendor/libsodium/dist-build/emscripten.sh +8 -6
- data/vendor/libsodium/dist-build/ios.sh +29 -5
- data/vendor/libsodium/libsodium.vcxproj +139 -77
- data/vendor/libsodium/libsodium.vcxproj.filters +315 -144
- data/vendor/libsodium/m4/ax_check_catchable_segv.m4 +42 -0
- data/vendor/libsodium/m4/ax_check_compile_flag.m4 +6 -4
- data/vendor/libsodium/m4/ax_check_define.m4 +3 -3
- data/vendor/libsodium/m4/ax_check_gnu_make.m4 +31 -25
- data/vendor/libsodium/m4/ax_check_link_flag.m4 +8 -6
- data/vendor/libsodium/m4/ax_pthread.m4 +275 -275
- data/vendor/libsodium/m4/ax_valgrind_check.m4 +92 -41
- data/vendor/libsodium/m4/pkg.m4 +1 -1
- data/vendor/libsodium/msvc-scripts/Makefile.in +11 -7
- data/vendor/libsodium/msvc-scripts/process.bat +4 -3
- data/vendor/libsodium/packaging/dotnet-core/README.md +59 -0
- data/vendor/libsodium/packaging/dotnet-core/desktop.targets +16 -0
- data/vendor/libsodium/packaging/dotnet-core/libsodium.props +33 -0
- data/vendor/libsodium/packaging/dotnet-core/prepare.py +262 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/alpine-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/build +9 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/centos-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/debian-x64 +4 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/fedora-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/opensuse-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/pack +5 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/test +27 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/ubuntu-x64 +4 -0
- data/vendor/libsodium/packaging/nuget/package.config +1 -1
- data/vendor/libsodium/packaging/nuget/package.gsl +3 -3
- data/vendor/libsodium/src/Makefile.in +11 -7
- data/vendor/libsodium/src/libsodium/Makefile.am +113 -98
- data/vendor/libsodium/src/libsodium/Makefile.in +1034 -1236
- data/vendor/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c +31 -12
- data/vendor/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c +31 -10
- data/vendor/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c +153 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/crypto_auth.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/{cp/hmac_hmacsha256.c → auth_hmacsha256.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/{cp/hmac_hmacsha512.c → auth_hmacsha512.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/{cp/hmac_hmacsha512256.c → auth_hmacsha512256.c} +48 -9
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_easy.c +4 -3
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_seal.c +2 -1
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c +197 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c +79 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c +150 -0
- data/vendor/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c +1156 -662
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c +12 -5
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/{core_hsalsa20_api.c → core_hsalsa20.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c +95 -0
- data/vendor/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2/generichash_blake2_api.c → blake2b/generichash_blake2.c} +7 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h +109 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.h +140 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c +92 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c +87 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c +90 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-avx2.h +340 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse2.h +164 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse41.h +307 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c +494 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2 → blake2b}/ref/generichash_blake2b.c +22 -26
- data/vendor/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c +254 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/{hash_sha256_api.c → hash_sha256.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c +280 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/{hash_sha512_api.c → hash_sha512.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c +52 -0
- data/vendor/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_kx/crypto_kx.c +136 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c +6 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c +34 -27
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h +203 -156
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h +178 -134
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c +22 -4
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h +10 -12
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c +564 -315
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c +131 -84
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c +163 -145
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h +2 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c +247 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c +42 -29
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c +71 -47
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c +100 -65
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h +77 -23
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c +30 -31
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx2.h +150 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h +28 -26
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h +102 -99
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c +90 -41
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c +213 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c +72 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c +34 -37
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h +27 -32
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c +120 -86
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c +16 -13
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h +4 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c +98 -50
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c +105 -105
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c +395 -330
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c +225 -198
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c +6 -5
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c +170 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c +83 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c +65 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h +24 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c +71 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/{shorthash_siphash24_api.c → shorthash_siphash24.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c +11 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/crypto_sign.c +33 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h +18 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c +18 -13
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c +29 -26
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c +75 -36
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c +39 -15
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c +91 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c +174 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c +66 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/common.h +766 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts.h +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128.h +50 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c +149 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/{stream_aes128ctr_api.c → stream_aes128ctr.c} +6 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c +179 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c +173 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u0.h +86 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u1.h +98 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u4.h +175 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u8.h +357 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/{stream_chacha20_ref.c → chacha20_ref.c} +93 -94
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c +39 -7
- data/vendor/libsodium/src/libsodium/crypto_stream/crypto_stream.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c +120 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c +93 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h +16 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/{amd64_xmm6/stream_salsa20_amd64_xmm6.S → xmm6/salsa20_xmm6-asm.S} +20 -12
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c +131 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c +122 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u0.h +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u1.h +207 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u4.h +547 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u8.h +476 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c +63 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c +60 -0
- data/vendor/libsodium/src/libsodium/crypto_verify/sodium/verify.c +61 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.am +8 -6
- data/vendor/libsodium/src/libsodium/include/Makefile.in +29 -21
- data/vendor/libsodium/src/libsodium/include/sodium.h +15 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_aes256gcm.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h +6 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h +91 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h +5 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h +153 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h +3 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf.h +51 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h +42 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kx.h +64 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +11 -9
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash.h +37 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h +40 -10
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h +116 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h +37 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h +0 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h +62 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h +5 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h +18 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign.h +22 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h +28 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes128ctr.h +10 -5
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h +14 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xchacha20.h +53 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/common.h +84 -17
- data/vendor/libsodium/src/libsodium/include/sodium/private/implementations.h +11 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h +50 -0
- data/vendor/libsodium/src/libsodium/include/sodium/randombytes.h +10 -2
- data/vendor/libsodium/src/libsodium/include/sodium/utils.h +4 -5
- data/vendor/libsodium/src/libsodium/include/sodium/version.h.in +4 -0
- data/vendor/libsodium/src/libsodium/randombytes/randombytes.c +47 -19
- data/vendor/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c +30 -50
- data/vendor/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +25 -15
- data/vendor/libsodium/src/libsodium/sodium/core.c +25 -23
- data/vendor/libsodium/src/libsodium/sodium/runtime.c +66 -57
- data/vendor/libsodium/src/libsodium/sodium/utils.c +120 -106
- data/vendor/libsodium/src/libsodium/sodium/version.c +10 -0
- data/vendor/libsodium/test/Makefile.in +11 -7
- data/vendor/libsodium/test/default/Makefile.am +65 -5
- data/vendor/libsodium/test/default/Makefile.in +243 -78
- data/vendor/libsodium/test/default/aead_aes256gcm.c +2 -2
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.c +188 -0
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.exp +51 -0
- data/vendor/libsodium/test/default/auth.c +11 -7
- data/vendor/libsodium/test/default/auth2.c +15 -12
- data/vendor/libsodium/test/default/auth3.c +18 -15
- data/vendor/libsodium/test/default/auth5.c +3 -2
- data/vendor/libsodium/test/default/auth6.c +4 -3
- data/vendor/libsodium/test/default/auth7.c +3 -2
- data/vendor/libsodium/test/default/box.c +57 -52
- data/vendor/libsodium/test/default/box2.c +41 -36
- data/vendor/libsodium/test/default/box7.c +4 -3
- data/vendor/libsodium/test/default/box8.c +4 -3
- data/vendor/libsodium/test/default/box_easy.c +36 -32
- data/vendor/libsodium/test/default/box_easy2.c +41 -34
- data/vendor/libsodium/test/default/box_seal.c +7 -6
- data/vendor/libsodium/test/default/box_seed.c +10 -8
- data/vendor/libsodium/test/default/chacha20.c +18 -3
- data/vendor/libsodium/test/default/chacha20.exp +45 -0
- data/vendor/libsodium/test/default/cmptest.h +1 -0
- data/vendor/libsodium/test/default/core1.c +10 -9
- data/vendor/libsodium/test/default/core2.c +13 -12
- data/vendor/libsodium/test/default/core3.c +13 -12
- data/vendor/libsodium/test/default/core4.c +11 -12
- data/vendor/libsodium/test/default/core5.c +13 -12
- data/vendor/libsodium/test/default/core6.c +15 -13
- data/vendor/libsodium/test/default/ed25519_convert.c +12 -9
- data/vendor/libsodium/test/default/hash.c +10 -6
- data/vendor/libsodium/test/default/hash3.c +3 -2
- data/vendor/libsodium/test/default/index-wasm.html.tpl +118 -0
- data/vendor/libsodium/test/default/kdf.c +61 -0
- data/vendor/libsodium/test/default/kdf.exp +77 -0
- data/vendor/libsodium/test/default/keygen.c +64 -0
- data/vendor/libsodium/test/default/keygen.exp +1 -0
- data/vendor/libsodium/test/default/kx.c +119 -0
- data/vendor/libsodium/test/default/kx.exp +7 -0
- data/vendor/libsodium/test/default/nacl-test-wrapper.sh +9 -2
- data/vendor/libsodium/test/default/onetimeauth.c +26 -23
- data/vendor/libsodium/test/default/onetimeauth2.c +22 -20
- data/vendor/libsodium/test/default/onetimeauth7.c +3 -2
- data/vendor/libsodium/test/default/pwhash.c +209 -157
- data/vendor/libsodium/test/default/pwhash_argon2id.c +388 -0
- data/vendor/libsodium/test/default/pwhash_argon2id.exp +15 -0
- data/vendor/libsodium/test/default/pwhash_scrypt.c +232 -224
- data/vendor/libsodium/test/default/pwhash_scrypt.exp +2 -1
- data/vendor/libsodium/test/default/pwhash_scrypt_ll.c +39 -41
- data/vendor/libsodium/test/default/randombytes.c +34 -13
- data/vendor/libsodium/test/default/randombytes.exp +1 -0
- data/vendor/libsodium/test/default/scalarmult.c +21 -18
- data/vendor/libsodium/test/default/scalarmult2.c +8 -6
- data/vendor/libsodium/test/default/scalarmult5.c +13 -10
- data/vendor/libsodium/test/default/scalarmult6.c +17 -14
- data/vendor/libsodium/test/default/scalarmult7.c +9 -10
- data/vendor/libsodium/test/default/secretbox.c +39 -36
- data/vendor/libsodium/test/default/secretbox2.c +28 -25
- data/vendor/libsodium/test/default/secretbox7.c +3 -2
- data/vendor/libsodium/test/default/secretbox8.c +4 -3
- data/vendor/libsodium/test/default/secretbox_easy.c +40 -37
- data/vendor/libsodium/test/default/secretbox_easy2.c +19 -18
- data/vendor/libsodium/test/default/shorthash.c +4 -4
- data/vendor/libsodium/test/default/sign.c +70 -13
- data/vendor/libsodium/test/default/sign.exp +2 -0
- data/vendor/libsodium/test/default/siphashx24.c +33 -0
- data/vendor/libsodium/test/default/siphashx24.exp +64 -0
- data/vendor/libsodium/test/default/sodium_core.c +9 -8
- data/vendor/libsodium/test/default/sodium_utils.c +52 -46
- data/vendor/libsodium/test/default/sodium_utils2.c +17 -8
- data/vendor/libsodium/test/default/sodium_utils3.c +15 -6
- data/vendor/libsodium/test/default/sodium_version.c +7 -1
- data/vendor/libsodium/test/default/stream.c +31 -18
- data/vendor/libsodium/test/default/stream.exp +65 -0
- data/vendor/libsodium/test/default/stream2.c +13 -9
- data/vendor/libsodium/test/default/stream3.c +12 -10
- data/vendor/libsodium/test/default/stream4.c +30 -27
- data/vendor/libsodium/test/default/verify1.c +5 -4
- data/vendor/libsodium/test/default/xchacha20.c +376 -0
- data/vendor/libsodium/test/default/xchacha20.exp +5 -0
- data/vendor/libsodium/test/quirks/quirks.h +4 -3
- metadata +140 -111
- data/vendor/libsodium/autom4te.cache/output.3 +0 -17240
- data/vendor/libsodium/autom4te.cache/output.4 +0 -17517
- data/vendor/libsodium/autom4te.cache/output.5 +0 -18535
- data/vendor/libsodium/autom4te.cache/output.6 +0 -19077
- data/vendor/libsodium/autom4te.cache/output.7 +0 -19837
- data/vendor/libsodium/autom4te.cache/traces.3 +0 -2833
- data/vendor/libsodium/autom4te.cache/traces.4 +0 -2951
- data/vendor/libsodium/autom4te.cache/traces.5 +0 -3042
- data/vendor/libsodium/autom4te.cache/traces.6 +0 -3194
- data/vendor/libsodium/autom4te.cache/traces.7 +0 -3614
- data/vendor/libsodium/builds/msvc/properties/ARM.props +0 -20
- data/vendor/libsodium/compile +0 -347
- data/vendor/libsodium/config.guess +0 -1568
- data/vendor/libsodium/config.sub +0 -1793
- data/vendor/libsodium/depcomp +0 -791
- data/vendor/libsodium/install-sh +0 -527
- data/vendor/libsodium/ltmain.sh +0 -9655
- data/vendor/libsodium/missing +0 -215
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c +0 -12
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c +0 -41
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c +0 -22
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c +0 -18
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c +0 -42
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c +0 -100
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2-impl.h +0 -48
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.c +0 -45
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.h +0 -123
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ref.c +0 -94
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.c +0 -80
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.c +0 -87
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-avx2.h +0 -339
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse2.h +0 -66
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse41.h +0 -400
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c +0 -456
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c +0 -269
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c +0 -298
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-impl.h +0 -40
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c +0 -26
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.c +0 -72
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/description +0 -1
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c +0 -39
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c +0 -159
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c +0 -59
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common.h +0 -771
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h +0 -56
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c +0 -131
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h +0 -10
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c +0 -180
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.c +0 -336
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c +0 -55
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c +0 -63
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c +0 -19
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c +0 -24
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/16/verify_16_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/32/verify_32_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c +0 -6
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint16.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint8.h +0 -8
- data/vendor/libsodium/test-driver +0 -139
@@ -11,22 +11,23 @@
|
|
11
11
|
* <http://creativecommons.org/publicdomain/zero/1.0/>.
|
12
12
|
*/
|
13
13
|
|
14
|
-
#ifdef HAVE_SYS_MMAN_H
|
15
|
-
# include <sys/mman.h>
|
16
|
-
#endif
|
17
14
|
#include <errno.h>
|
18
15
|
#include <stdint.h>
|
19
16
|
#include <stdio.h>
|
20
17
|
#include <stdlib.h>
|
21
18
|
#include <string.h>
|
22
19
|
|
20
|
+
#include <sys/types.h>
|
21
|
+
#ifdef HAVE_SYS_MMAN_H
|
22
|
+
# include <sys/mman.h>
|
23
|
+
#endif
|
24
|
+
|
23
25
|
#include "crypto_generichash_blake2b.h"
|
26
|
+
#include "private/common.h"
|
24
27
|
#include "runtime.h"
|
25
28
|
#include "utils.h"
|
26
|
-
#include "private/common.h"
|
27
29
|
|
28
30
|
#include "argon2-core.h"
|
29
|
-
#include "argon2-impl.h"
|
30
31
|
#include "blake2b-long.h"
|
31
32
|
|
32
33
|
#if !defined(MAP_ANON) && defined(MAP_ANONYMOUS)
|
@@ -36,32 +37,42 @@
|
|
36
37
|
static fill_segment_fn fill_segment = fill_segment_ref;
|
37
38
|
|
38
39
|
/***************Instance and Position constructors**********/
|
39
|
-
void
|
40
|
+
void
|
41
|
+
init_block_value(block *b, uint8_t in)
|
42
|
+
{
|
40
43
|
memset(b->v, in, sizeof(b->v));
|
41
44
|
}
|
42
45
|
|
43
|
-
void
|
46
|
+
void
|
47
|
+
copy_block(block *dst, const block *src)
|
48
|
+
{
|
44
49
|
memcpy(dst->v, src->v, sizeof(uint64_t) * ARGON2_QWORDS_IN_BLOCK);
|
45
50
|
}
|
46
51
|
|
47
|
-
void
|
52
|
+
void
|
53
|
+
xor_block(block *dst, const block *src)
|
54
|
+
{
|
48
55
|
int i;
|
49
56
|
for (i = 0; i < ARGON2_QWORDS_IN_BLOCK; ++i) {
|
50
57
|
dst->v[i] ^= src->v[i];
|
51
58
|
}
|
52
59
|
}
|
53
60
|
|
54
|
-
static void
|
61
|
+
static void
|
62
|
+
load_block(block *dst, const void *input)
|
63
|
+
{
|
55
64
|
unsigned i;
|
56
65
|
for (i = 0; i < ARGON2_QWORDS_IN_BLOCK; ++i) {
|
57
|
-
dst->v[i] = LOAD64_LE((const uint8_t *)input + i * sizeof(dst->v[i]));
|
66
|
+
dst->v[i] = LOAD64_LE((const uint8_t *) input + i * sizeof(dst->v[i]));
|
58
67
|
}
|
59
68
|
}
|
60
69
|
|
61
|
-
static void
|
70
|
+
static void
|
71
|
+
store_block(void *output, const block *src)
|
72
|
+
{
|
62
73
|
unsigned i;
|
63
74
|
for (i = 0; i < ARGON2_QWORDS_IN_BLOCK; ++i) {
|
64
|
-
STORE64_LE((uint8_t *)output + i * sizeof(src->v[i]), src->v[i]);
|
75
|
+
STORE64_LE((uint8_t *) output + i * sizeof(src->v[i]), src->v[i]);
|
65
76
|
}
|
66
77
|
}
|
67
78
|
|
@@ -73,8 +84,10 @@ static void store_block(void *output, const block *src) {
|
|
73
84
|
*/
|
74
85
|
static int allocate_memory(block_region **memory, uint32_t m_cost);
|
75
86
|
|
76
|
-
static int
|
77
|
-
|
87
|
+
static int
|
88
|
+
allocate_memory(block_region **region, uint32_t m_cost)
|
89
|
+
{
|
90
|
+
void * base;
|
78
91
|
block *memory;
|
79
92
|
size_t memory_size;
|
80
93
|
|
@@ -83,24 +96,26 @@ static int allocate_memory(block_region **region, uint32_t m_cost) {
|
|
83
96
|
}
|
84
97
|
memory_size = sizeof(block) * m_cost;
|
85
98
|
if (m_cost == 0 ||
|
86
|
-
memory_size / m_cost !=
|
99
|
+
memory_size / m_cost !=
|
100
|
+
sizeof(block)) { /*1. Check for multiplication overflow*/
|
87
101
|
return ARGON2_MEMORY_ALLOCATION_ERROR; /* LCOV_EXCL_LINE */
|
88
102
|
}
|
89
|
-
*region = (block_region *)malloc(
|
103
|
+
*region = (block_region *) malloc(
|
104
|
+
sizeof(block_region)); /*2. Try to allocate region*/
|
90
105
|
if (!*region) {
|
91
106
|
return ARGON2_MEMORY_ALLOCATION_ERROR; /* LCOV_EXCL_LINE */
|
92
107
|
}
|
93
108
|
|
94
109
|
#if defined(MAP_ANON) && defined(HAVE_MMAP)
|
95
110
|
if ((base = mmap(NULL, memory_size, PROT_READ | PROT_WRITE,
|
96
|
-
#
|
111
|
+
#ifdef MAP_NOCORE
|
97
112
|
MAP_ANON | MAP_PRIVATE | MAP_NOCORE,
|
98
|
-
#
|
113
|
+
#else
|
99
114
|
MAP_ANON | MAP_PRIVATE,
|
100
|
-
#
|
115
|
+
#endif
|
101
116
|
-1, 0)) == MAP_FAILED) {
|
102
117
|
base = NULL; /* LCOV_EXCL_LINE */
|
103
|
-
}
|
118
|
+
} /* LCOV_EXCL_LINE */
|
104
119
|
memcpy(&memory, &base, sizeof memory);
|
105
120
|
#elif defined(HAVE_POSIX_MEMALIGN)
|
106
121
|
if ((errno = posix_memalign((void **) &base, 64, memory_size)) != 0) {
|
@@ -110,7 +125,7 @@ static int allocate_memory(block_region **region, uint32_t m_cost) {
|
|
110
125
|
#else
|
111
126
|
memory = NULL;
|
112
127
|
if (memory_size + 63 < memory_size) {
|
113
|
-
base
|
128
|
+
base = NULL;
|
114
129
|
errno = ENOMEM;
|
115
130
|
} else if ((base = malloc(memory_size + 63)) != NULL) {
|
116
131
|
uint8_t *aligned = ((uint8_t *) base) + 63;
|
@@ -121,9 +136,9 @@ static int allocate_memory(block_region **region, uint32_t m_cost) {
|
|
121
136
|
if (base == NULL) {
|
122
137
|
return ARGON2_MEMORY_ALLOCATION_ERROR; /* LCOV_EXCL_LINE */
|
123
138
|
}
|
124
|
-
(*region)->base
|
139
|
+
(*region)->base = base;
|
125
140
|
(*region)->memory = memory;
|
126
|
-
(*region)->size
|
141
|
+
(*region)->size = memory_size;
|
127
142
|
|
128
143
|
return ARGON2_OK;
|
129
144
|
}
|
@@ -136,7 +151,9 @@ static int allocate_memory(block_region **region, uint32_t m_cost) {
|
|
136
151
|
*/
|
137
152
|
static void clear_memory(argon2_instance_t *instance, int clear);
|
138
153
|
|
139
|
-
static void
|
154
|
+
static void
|
155
|
+
clear_memory(argon2_instance_t *instance, int clear)
|
156
|
+
{
|
140
157
|
if (instance->region != NULL && clear) {
|
141
158
|
/* LCOV_EXCL_START */
|
142
159
|
sodium_memzero(instance->region->memory,
|
@@ -150,7 +167,9 @@ static void clear_memory(argon2_instance_t *instance, int clear) {
|
|
150
167
|
*/
|
151
168
|
static void free_memory(block_region *memory);
|
152
169
|
|
153
|
-
static void
|
170
|
+
static void
|
171
|
+
free_memory(block_region *region)
|
172
|
+
{
|
154
173
|
if (region->base) {
|
155
174
|
#if defined(MAP_ANON) && defined(HAVE_MMAP)
|
156
175
|
if (munmap(region->base, region->size)) {
|
@@ -163,18 +182,22 @@ static void free_memory(block_region *region) {
|
|
163
182
|
free(region);
|
164
183
|
}
|
165
184
|
|
166
|
-
void
|
185
|
+
void
|
186
|
+
finalize(const argon2_context *context, argon2_instance_t *instance)
|
187
|
+
{
|
167
188
|
if (context != NULL && instance != NULL) {
|
168
|
-
block
|
189
|
+
block blockhash;
|
169
190
|
uint32_t l;
|
170
191
|
|
171
|
-
copy_block(&blockhash,
|
192
|
+
copy_block(&blockhash,
|
193
|
+
instance->region->memory + instance->lane_length - 1);
|
172
194
|
|
173
195
|
/* XOR the last blocks */
|
174
196
|
for (l = 1; l < instance->lanes; ++l) {
|
175
197
|
uint32_t last_block_in_lane =
|
176
198
|
l * instance->lane_length + (instance->lane_length - 1);
|
177
|
-
xor_block(&blockhash,
|
199
|
+
xor_block(&blockhash,
|
200
|
+
instance->region->memory + last_block_in_lane);
|
178
201
|
}
|
179
202
|
|
180
203
|
/* Hash the result */
|
@@ -197,9 +220,11 @@ void finalize(const argon2_context *context, argon2_instance_t *instance) {
|
|
197
220
|
}
|
198
221
|
}
|
199
222
|
|
200
|
-
uint32_t
|
201
|
-
|
202
|
-
|
223
|
+
uint32_t
|
224
|
+
index_alpha(const argon2_instance_t *instance,
|
225
|
+
const argon2_position_t *position, uint32_t pseudo_rand,
|
226
|
+
int same_lane)
|
227
|
+
{
|
203
228
|
/*
|
204
229
|
* Pass 0:
|
205
230
|
* This lane : all already finished segments plus already constructed
|
@@ -267,8 +292,10 @@ uint32_t index_alpha(const argon2_instance_t *instance,
|
|
267
292
|
return absolute_position;
|
268
293
|
}
|
269
294
|
|
270
|
-
int
|
271
|
-
|
295
|
+
int
|
296
|
+
fill_memory_blocks(argon2_instance_t *instance)
|
297
|
+
{
|
298
|
+
int result;
|
272
299
|
uint32_t r, s;
|
273
300
|
|
274
301
|
if (instance == NULL || instance->lanes == 0) {
|
@@ -282,11 +309,11 @@ int fill_memory_blocks(argon2_instance_t *instance) {
|
|
282
309
|
for (l = 0; l < instance->lanes; ++l) {
|
283
310
|
argon2_position_t position;
|
284
311
|
|
285
|
-
position.pass
|
286
|
-
position.lane
|
287
|
-
position.slice = (uint8_t)s;
|
312
|
+
position.pass = r;
|
313
|
+
position.lane = l;
|
314
|
+
position.slice = (uint8_t) s;
|
288
315
|
position.index = 0;
|
289
|
-
result
|
316
|
+
result = fill_segment(instance, position);
|
290
317
|
if (ARGON2_OK != result) {
|
291
318
|
return result; /* LCOV_EXCL_LINE */
|
292
319
|
}
|
@@ -296,8 +323,10 @@ int fill_memory_blocks(argon2_instance_t *instance) {
|
|
296
323
|
return ARGON2_OK;
|
297
324
|
}
|
298
325
|
|
299
|
-
int
|
300
|
-
|
326
|
+
int
|
327
|
+
validate_inputs(const argon2_context *context)
|
328
|
+
{
|
329
|
+
/* LCOV_EXCL_START */
|
301
330
|
if (NULL == context) {
|
302
331
|
return ARGON2_INCORRECT_PARAMETER;
|
303
332
|
}
|
@@ -315,37 +344,37 @@ int validate_inputs(const argon2_context *context) {
|
|
315
344
|
return ARGON2_OUTPUT_TOO_LONG;
|
316
345
|
}
|
317
346
|
|
318
|
-
/* Validate password
|
347
|
+
/* Validate password (required param) */
|
319
348
|
if (NULL == context->pwd) {
|
320
349
|
if (0 != context->pwdlen) {
|
321
350
|
return ARGON2_PWD_PTR_MISMATCH;
|
322
351
|
}
|
323
|
-
}
|
324
|
-
if (ARGON2_MIN_PWD_LENGTH > context->pwdlen) {
|
325
|
-
return ARGON2_PWD_TOO_SHORT;
|
326
|
-
}
|
352
|
+
}
|
327
353
|
|
328
|
-
|
329
|
-
|
330
|
-
|
354
|
+
if (ARGON2_MIN_PWD_LENGTH > context->pwdlen) {
|
355
|
+
return ARGON2_PWD_TOO_SHORT;
|
356
|
+
}
|
357
|
+
|
358
|
+
if (ARGON2_MAX_PWD_LENGTH < context->pwdlen) {
|
359
|
+
return ARGON2_PWD_TOO_LONG;
|
331
360
|
}
|
332
361
|
|
333
|
-
/* Validate salt
|
362
|
+
/* Validate salt (required param) */
|
334
363
|
if (NULL == context->salt) {
|
335
364
|
if (0 != context->saltlen) {
|
336
365
|
return ARGON2_SALT_PTR_MISMATCH;
|
337
366
|
}
|
338
|
-
}
|
339
|
-
if (ARGON2_MIN_SALT_LENGTH > context->saltlen) {
|
340
|
-
return ARGON2_SALT_TOO_SHORT;
|
341
|
-
}
|
367
|
+
}
|
342
368
|
|
343
|
-
|
344
|
-
|
345
|
-
}
|
369
|
+
if (ARGON2_MIN_SALT_LENGTH > context->saltlen) {
|
370
|
+
return ARGON2_SALT_TOO_SHORT;
|
346
371
|
}
|
347
372
|
|
348
|
-
|
373
|
+
if (ARGON2_MAX_SALT_LENGTH < context->saltlen) {
|
374
|
+
return ARGON2_SALT_TOO_LONG;
|
375
|
+
}
|
376
|
+
|
377
|
+
/* Validate secret (optional param) */
|
349
378
|
if (NULL == context->secret) {
|
350
379
|
if (0 != context->secretlen) {
|
351
380
|
return ARGON2_SECRET_PTR_MISMATCH;
|
@@ -360,7 +389,7 @@ int validate_inputs(const argon2_context *context) {
|
|
360
389
|
}
|
361
390
|
}
|
362
391
|
|
363
|
-
/* Validate associated data */
|
392
|
+
/* Validate associated data (optional param) */
|
364
393
|
if (NULL == context->ad) {
|
365
394
|
if (0 != context->adlen) {
|
366
395
|
return ARGON2_AD_PTR_MISMATCH;
|
@@ -419,13 +448,14 @@ int validate_inputs(const argon2_context *context) {
|
|
419
448
|
return ARGON2_OK;
|
420
449
|
}
|
421
450
|
|
422
|
-
void
|
451
|
+
void
|
452
|
+
fill_first_blocks(uint8_t *blockhash, const argon2_instance_t *instance)
|
453
|
+
{
|
423
454
|
uint32_t l;
|
424
455
|
/* Make the first and second block in each lane as G(H0||i||0) or
|
425
456
|
G(H0||i||1) */
|
426
457
|
uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE];
|
427
458
|
for (l = 0; l < instance->lanes; ++l) {
|
428
|
-
|
429
459
|
STORE32_LE(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 0);
|
430
460
|
STORE32_LE(blockhash + ARGON2_PREHASH_DIGEST_LENGTH + 4, l);
|
431
461
|
blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
|
@@ -442,10 +472,11 @@ void fill_first_blocks(uint8_t *blockhash, const argon2_instance_t *instance) {
|
|
442
472
|
sodium_memzero(blockhash_bytes, ARGON2_BLOCK_SIZE);
|
443
473
|
}
|
444
474
|
|
445
|
-
void
|
446
|
-
|
475
|
+
void
|
476
|
+
initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type)
|
477
|
+
{
|
447
478
|
crypto_generichash_blake2b_state BlakeHash;
|
448
|
-
uint8_t
|
479
|
+
uint8_t value[4U /* sizeof(uint32_t) */];
|
449
480
|
|
450
481
|
if (NULL == context || NULL == blockhash) {
|
451
482
|
return; /* LCOV_EXCL_LINE */
|
@@ -469,19 +500,19 @@ void initial_hash(uint8_t *blockhash, argon2_context *context,
|
|
469
500
|
STORE32_LE(value, ARGON2_VERSION_NUMBER);
|
470
501
|
crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
|
471
502
|
|
472
|
-
STORE32_LE(value, (uint32_t)type);
|
503
|
+
STORE32_LE(value, (uint32_t) type);
|
473
504
|
crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
|
474
505
|
|
475
506
|
STORE32_LE(value, context->pwdlen);
|
476
507
|
crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
|
477
508
|
|
478
509
|
if (context->pwd != NULL) {
|
479
|
-
crypto_generichash_blake2b_update(
|
480
|
-
|
510
|
+
crypto_generichash_blake2b_update(
|
511
|
+
&BlakeHash, (const uint8_t *) context->pwd, context->pwdlen);
|
481
512
|
|
482
513
|
if (context->flags & ARGON2_FLAG_CLEAR_PASSWORD) {
|
483
514
|
sodium_memzero(context->pwd, context->pwdlen); /* LCOV_EXCL_LINE */
|
484
|
-
context->pwdlen = 0;
|
515
|
+
context->pwdlen = 0; /* LCOV_EXCL_LINE */
|
485
516
|
}
|
486
517
|
}
|
487
518
|
|
@@ -489,41 +520,44 @@ void initial_hash(uint8_t *blockhash, argon2_context *context,
|
|
489
520
|
crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
|
490
521
|
|
491
522
|
if (context->salt != NULL) {
|
492
|
-
crypto_generichash_blake2b_update(
|
493
|
-
|
523
|
+
crypto_generichash_blake2b_update(
|
524
|
+
&BlakeHash, (const uint8_t *) context->salt, context->saltlen);
|
494
525
|
}
|
495
526
|
|
496
527
|
STORE32_LE(value, context->secretlen);
|
497
528
|
crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
|
498
529
|
|
499
530
|
if (context->secret != NULL) {
|
500
|
-
/* LCOV_EXCL_START */
|
501
|
-
crypto_generichash_blake2b_update(
|
502
|
-
|
531
|
+
/* LCOV_EXCL_START */
|
532
|
+
crypto_generichash_blake2b_update(
|
533
|
+
&BlakeHash, (const uint8_t *) context->secret, context->secretlen);
|
503
534
|
|
504
535
|
if (context->flags & ARGON2_FLAG_CLEAR_SECRET) {
|
505
536
|
sodium_memzero(context->secret, context->secretlen);
|
506
537
|
context->secretlen = 0;
|
507
538
|
}
|
508
|
-
/* LCOV_EXCL_STOP */
|
539
|
+
/* LCOV_EXCL_STOP */
|
509
540
|
}
|
510
541
|
|
511
542
|
STORE32_LE(value, context->adlen);
|
512
543
|
crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
|
513
544
|
|
514
545
|
if (context->ad != NULL) {
|
515
|
-
/* LCOV_EXCL_START */
|
516
|
-
crypto_generichash_blake2b_update(
|
517
|
-
|
518
|
-
/* LCOV_EXCL_STOP */
|
546
|
+
/* LCOV_EXCL_START */
|
547
|
+
crypto_generichash_blake2b_update(
|
548
|
+
&BlakeHash, (const uint8_t *) context->ad, context->adlen);
|
549
|
+
/* LCOV_EXCL_STOP */
|
519
550
|
}
|
520
551
|
|
521
|
-
crypto_generichash_blake2b_final(&BlakeHash, blockhash,
|
552
|
+
crypto_generichash_blake2b_final(&BlakeHash, blockhash,
|
553
|
+
ARGON2_PREHASH_DIGEST_LENGTH);
|
522
554
|
}
|
523
555
|
|
524
|
-
int
|
556
|
+
int
|
557
|
+
initialize(argon2_instance_t *instance, argon2_context *context)
|
558
|
+
{
|
525
559
|
uint8_t blockhash[ARGON2_PREHASH_SEED_LENGTH];
|
526
|
-
int
|
560
|
+
int result = ARGON2_OK;
|
527
561
|
|
528
562
|
if (instance == NULL || context == NULL)
|
529
563
|
return ARGON2_INCORRECT_PARAMETER;
|
@@ -553,11 +587,18 @@ int initialize(argon2_instance_t *instance, argon2_context *context) {
|
|
553
587
|
return ARGON2_OK;
|
554
588
|
}
|
555
589
|
|
556
|
-
int
|
590
|
+
int
|
591
|
+
argon2_pick_best_implementation(void)
|
557
592
|
{
|
558
593
|
/* LCOV_EXCL_START */
|
559
|
-
#if
|
560
|
-
|
594
|
+
#if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_TMMINTRIN_H) && \
|
595
|
+
defined(HAVE_SMMINTRIN_H)
|
596
|
+
if (sodium_runtime_has_avx2()) {
|
597
|
+
fill_segment = fill_segment_avx2;
|
598
|
+
return 0;
|
599
|
+
}
|
600
|
+
#endif
|
601
|
+
#if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H)
|
561
602
|
if (sodium_runtime_has_ssse3()) {
|
562
603
|
fill_segment = fill_segment_ssse3;
|
563
604
|
return 0;
|
@@ -566,5 +607,11 @@ int argon2_pick_best_implementation(void)
|
|
566
607
|
fill_segment = fill_segment_ref;
|
567
608
|
|
568
609
|
return 0;
|
569
|
-
/* LCOV_EXCL_STOP */
|
610
|
+
/* LCOV_EXCL_STOP */
|
611
|
+
}
|
612
|
+
|
613
|
+
int
|
614
|
+
_crypto_pwhash_argon2_pick_best_implementation(void)
|
615
|
+
{
|
616
|
+
return argon2_pick_best_implementation();
|
570
617
|
}
|