rbnacl-libsodium 0.4.5 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/AUTHORS +14 -9
- data/vendor/libsodium/ChangeLog +26 -0
- data/vendor/libsodium/LICENSE +1 -1
- data/vendor/libsodium/Makefile.am +1 -0
- data/vendor/libsodium/README.markdown +185 -46
- data/vendor/libsodium/THANKS +10 -0
- data/vendor/libsodium/builds/msvc/properties/Common.props +21 -0
- data/vendor/libsodium/builds/msvc/properties/DLL.props +16 -0
- data/vendor/libsodium/builds/msvc/properties/Debug.props +29 -0
- data/vendor/libsodium/builds/msvc/properties/DebugDEXE.props +21 -0
- data/vendor/libsodium/builds/msvc/properties/DebugDLL.props +20 -0
- data/vendor/libsodium/builds/msvc/properties/DebugLEXE.props +20 -0
- data/vendor/libsodium/builds/msvc/properties/DebugLIB.props +20 -0
- data/vendor/libsodium/builds/msvc/properties/DebugLTCG.props +19 -0
- data/vendor/libsodium/builds/msvc/properties/DebugSEXE.props +21 -0
- data/vendor/libsodium/builds/msvc/properties/EXE.props +17 -0
- data/vendor/libsodium/builds/msvc/properties/LIB.props +16 -0
- data/vendor/libsodium/builds/msvc/properties/LTCG.props +13 -0
- data/vendor/libsodium/builds/msvc/properties/Link.props +21 -0
- data/vendor/libsodium/builds/msvc/properties/Messages.props +15 -0
- data/vendor/libsodium/builds/msvc/properties/Output.props +30 -0
- data/vendor/libsodium/builds/msvc/properties/Release.props +41 -0
- data/vendor/libsodium/builds/msvc/properties/ReleaseDEXE.props +20 -0
- data/vendor/libsodium/builds/msvc/properties/ReleaseDLL.props +19 -0
- data/vendor/libsodium/builds/msvc/properties/ReleaseLEXE.props +20 -0
- data/vendor/libsodium/builds/msvc/properties/ReleaseLIB.props +19 -0
- data/vendor/libsodium/builds/msvc/properties/ReleaseLTCG.props +19 -0
- data/vendor/libsodium/builds/msvc/properties/ReleaseSEXE.props +20 -0
- data/vendor/libsodium/builds/msvc/properties/Win32.props +20 -0
- data/vendor/libsodium/builds/msvc/properties/x64.props +23 -0
- data/vendor/libsodium/builds/msvc/resource.h +0 -0
- data/vendor/libsodium/builds/msvc/resource.rc +0 -0
- data/vendor/libsodium/builds/msvc/version.h +29 -0
- data/vendor/libsodium/builds/msvc/vs2010/libsodium.import.props +52 -0
- data/vendor/libsodium/builds/msvc/vs2010/libsodium.import.xml +17 -0
- data/vendor/libsodium/builds/msvc/vs2010/libsodium.sln +79 -0
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.props +43 -0
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj +345 -0
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters +1037 -0
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.xml +15 -0
- data/vendor/libsodium/builds/msvc/vs2010/test/test.props +37 -0
- data/vendor/libsodium/builds/msvc/vs2010/test/test.runner.bat +78 -0
- data/vendor/libsodium/builds/msvc/vs2010/test/test.vcxproj +220 -0
- data/vendor/libsodium/builds/msvc/vs2010/test/test.vcxproj.filters +168 -0
- data/vendor/libsodium/builds/msvc/vs2012/libsodium.import.props +52 -0
- data/vendor/libsodium/builds/msvc/vs2012/libsodium.import.xml +17 -0
- data/vendor/libsodium/builds/msvc/vs2012/libsodium.sln +79 -0
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.props +43 -0
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj +345 -0
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters +1037 -0
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.xml +15 -0
- data/vendor/libsodium/builds/msvc/vs2012/test/test.props +37 -0
- data/vendor/libsodium/builds/msvc/vs2012/test/test.runner.bat +78 -0
- data/vendor/libsodium/builds/msvc/vs2012/test/test.vcxproj +220 -0
- data/vendor/libsodium/builds/msvc/vs2012/test/test.vcxproj.filters +168 -0
- data/vendor/libsodium/builds/msvc/vs2013/libsodium.import.props +52 -0
- data/vendor/libsodium/builds/msvc/vs2013/libsodium.import.xml +17 -0
- data/vendor/libsodium/builds/msvc/vs2013/libsodium.sln +81 -0
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.props +43 -0
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj +345 -0
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters +1037 -0
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.xml +15 -0
- data/vendor/libsodium/builds/msvc/vs2013/test/test.props +37 -0
- data/vendor/libsodium/builds/msvc/vs2013/test/test.runner.bat +78 -0
- data/vendor/libsodium/builds/msvc/vs2013/test/test.vcxproj +220 -0
- data/vendor/libsodium/builds/msvc/vs2013/test/test.vcxproj.filters +168 -0
- data/vendor/libsodium/configure.ac +87 -68
- data/vendor/libsodium/dist-build/Makefile.am +10 -0
- data/vendor/libsodium/dist-build/android-arm.sh +3 -0
- data/vendor/libsodium/dist-build/android-armv7.sh +3 -0
- data/vendor/libsodium/dist-build/android-build.sh +37 -0
- data/vendor/libsodium/dist-build/android-mips.sh +3 -0
- data/vendor/libsodium/dist-build/android-x86.sh +3 -0
- data/vendor/libsodium/dist-build/emscripten.sh +13 -0
- data/vendor/libsodium/dist-build/{iphone.sh → ios.sh} +2 -2
- data/vendor/libsodium/dist-build/msys2-win32.sh +10 -0
- data/vendor/libsodium/dist-build/msys2-win64.sh +10 -0
- data/vendor/libsodium/libsodium.vcxproj +25 -13
- data/vendor/libsodium/libsodium.vcxproj.filters +60 -24
- data/vendor/libsodium/msvc-scripts/process.bat +3 -7
- data/vendor/libsodium/packaging/nuget/package.bat +13 -0
- data/vendor/libsodium/packaging/nuget/package.config +4 -0
- data/vendor/libsodium/packaging/nuget/package.gsl +255 -0
- data/vendor/libsodium/packaging/nuget/package.nuspec +93 -0
- data/vendor/libsodium/packaging/nuget/package.targets +128 -0
- data/vendor/libsodium/packaging/nuget/package.xml +22 -0
- data/vendor/libsodium/src/libsodium/Makefile.am +32 -20
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/{ref → cp}/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/hmac_hmacsha256.c +110 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/{ref → cp}/verify_hmacsha256.c +0 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c +11 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/api.h +9 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/hmac_hmacsha512.c +110 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c +10 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/{ref → cp}/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c +54 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/{ref → cp}/verify_hmacsha512256.c +2 -1
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_easy.c +94 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/generichash_blake2_api.c +15 -5
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/api.h +0 -2
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2.h +14 -6
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c +95 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/generichash_blake2b.c +50 -3
- data/vendor/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c +4 -10
- data/vendor/libsodium/src/libsodium/crypto_hash/crypto_hash.c +11 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/{ref → cp}/api.h +3 -1
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c +294 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/{ref → cp}/api.h +3 -1
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c +321 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c +51 -127
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h +12 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h +221 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h +209 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c +1 -140
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c +250 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt.h +100 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c +302 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c +94 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.h +45 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c +172 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c +96 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c +391 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptxsalsa208sha256/sysendian.h +146 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/api.h +2 -2
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c +39 -9
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref/api.h +2 -2
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c +6 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c +94 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c +3 -3
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24_api.c +3 -3
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_scalarmult_base.c +6 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c +5 -3
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c +28 -18
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c +14 -9
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c +21 -21
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h +6 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c +42 -42
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_stream/aes256estream/hongjun/aes-table-be.h +4 -4
- data/vendor/libsodium/src/libsodium/crypto_stream/aes256estream/hongjun/aes-table-le.h +4 -4
- data/vendor/libsodium/src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c +15 -14
- data/vendor/libsodium/src/libsodium/crypto_stream/aes256estream/hongjun/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_stream/aes256estream/hongjun/ecrypt-sync.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_stream/aes256estream/stream_aes256estream_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S +153 -160
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/api.h +2 -5
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c +9 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c +9 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/api.h +0 -1
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c +0 -5
- data/vendor/libsodium/src/libsodium/crypto_verify/64/ref/api.h +2 -0
- data/vendor/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c +72 -0
- data/vendor/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c +6 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.am +6 -7
- data/vendor/libsodium/src/libsodium/include/sodium.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h +31 -9
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h +58 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h +26 -9
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box.h +13 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h +38 -24
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h +6 -11
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h +6 -11
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_core_salsa2012.h +6 -11
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_core_salsa208.h +6 -11
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash.h +7 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h +36 -16
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash.h +13 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h +25 -7
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h +25 -7
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +5 -5
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305_donna.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptxsalsa208sha256.h +48 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h +31 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox.h +17 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h +21 -11
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h +8 -7
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h +16 -17
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h +18 -14
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes128ctr.h +18 -18
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes256estream.h +19 -18
- data/vendor/libsodium/src/libsodium/include/sodium/{crypto_stream_salsa20.h.in → crypto_stream_salsa20.h} +8 -19
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h +8 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h +8 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h +10 -11
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_verify_16.h +1 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_verify_32.h +1 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_verify_64.h +22 -0
- data/vendor/libsodium/src/libsodium/include/sodium/randombytes.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/runtime.h +27 -0
- data/vendor/libsodium/src/libsodium/include/sodium/utils.h +15 -3
- data/vendor/libsodium/src/libsodium/randombytes/randombytes.c +3 -1
- data/vendor/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c +18 -7
- data/vendor/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +57 -9
- data/vendor/libsodium/src/libsodium/sodium/compat.c +62 -0
- data/vendor/libsodium/src/libsodium/sodium/core.c +2 -0
- data/vendor/libsodium/src/libsodium/sodium/runtime.c +134 -0
- data/vendor/libsodium/src/libsodium/sodium/utils.c +100 -8
- data/vendor/libsodium/test/default/Makefile.am +63 -3
- data/vendor/libsodium/test/default/auth6.c +21 -0
- data/vendor/libsodium/test/default/auth6.exp +8 -0
- data/vendor/libsodium/test/default/auth7.c +37 -0
- data/vendor/libsodium/test/default/auth7.exp +0 -0
- data/vendor/libsodium/test/default/box_easy.c +59 -0
- data/vendor/libsodium/test/default/box_easy.exp +19 -0
- data/vendor/libsodium/test/default/box_easy2.c +31 -0
- data/vendor/libsodium/test/default/box_easy2.exp +1 -0
- data/vendor/libsodium/test/default/cmptest.h +7 -1
- data/vendor/libsodium/test/default/generichash3.c +36 -0
- data/vendor/libsodium/test/default/generichash3.exp +64 -0
- data/vendor/libsodium/test/default/pwhash.c +59 -0
- data/vendor/libsodium/test/default/pwhash.exp +2 -0
- data/vendor/libsodium/test/default/scalarmult7.c +0 -2
- data/vendor/libsodium/test/default/scalarmult8.c +0 -2
- data/vendor/libsodium/test/default/secretbox_easy.c +51 -0
- data/vendor/libsodium/test/default/secretbox_easy.exp +19 -0
- data/vendor/libsodium/test/default/secretbox_easy2.c +27 -0
- data/vendor/libsodium/test/default/secretbox_easy2.exp +1 -0
- data/vendor/libsodium/test/default/sign.c +1106 -0
- data/vendor/libsodium/test/default/sign.exp +3 -0
- data/vendor/libsodium/test/default/sodium_utils.c +8 -0
- data/vendor/libsodium/test/default/sodium_utils.exp +2 -1
- data/vendor/libsodium/test/default/sodium_version.c +1 -1
- data/vendor/libsodium/test/default/verify1.c +34 -0
- data/vendor/libsodium/test/default/verify1.exp +6 -0
- metadata +138 -33
- data/vendor/libsodium/dist-build/android.sh +0 -48
- data/vendor/libsodium/dist-build/msys.sh +0 -9
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/ref/hmac_hmacsha256.c +0 -83
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/ref/hmac_hmacsha512256.c +0 -86
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/ref/hash_sha256.c +0 -69
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/ref/hash_sha512.c +0 -71
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha256/checksum +0 -1
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha256/hashblocks_sha256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha256/ref/api.h +0 -9
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha256/ref/blocks_sha256.c +0 -212
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha512/checksum +0 -1
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha512/hashblocks_sha512_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha512/ref/api.h +0 -9
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/sha512/ref/blocks_sha512.c +0 -239
- data/vendor/libsodium/src/libsodium/crypto_hashblocks/try.c +0 -78
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/53/api.h +0 -8
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/53/auth_poly1305_53.c +0 -1661
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/53/verify_poly1305_53.c +0 -10
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/portable-jane.h +0 -772
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hashblocks_sha256.h +0 -32
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hashblocks_sha512.h +0 -32
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305_53.h +0 -34
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h.in +0 -44
@@ -4,41 +4,45 @@
|
|
4
4
|
#include <stddef.h>
|
5
5
|
#include "export.h"
|
6
6
|
|
7
|
-
#define crypto_sign_edwards25519sha512batch_SECRETKEYBYTES 64U
|
8
|
-
#define crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES 32U
|
9
|
-
#define crypto_sign_edwards25519sha512batch_BYTES 64U
|
10
|
-
|
11
7
|
#ifdef __cplusplus
|
8
|
+
# if __GNUC__
|
9
|
+
# pragma GCC diagnostic ignored "-Wlong-long"
|
10
|
+
# endif
|
12
11
|
extern "C" {
|
13
12
|
#endif
|
14
13
|
|
14
|
+
#define crypto_sign_edwards25519sha512batch_BYTES 64U
|
15
15
|
SODIUM_EXPORT
|
16
16
|
size_t crypto_sign_edwards25519sha512batch_bytes(void);
|
17
17
|
|
18
|
+
#define crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES 32U
|
18
19
|
SODIUM_EXPORT
|
19
20
|
size_t crypto_sign_edwards25519sha512batch_publickeybytes(void);
|
20
21
|
|
22
|
+
#define crypto_sign_edwards25519sha512batch_SECRETKEYBYTES (32U + 32U)
|
21
23
|
SODIUM_EXPORT
|
22
24
|
size_t crypto_sign_edwards25519sha512batch_secretkeybytes(void);
|
23
25
|
|
24
26
|
SODIUM_EXPORT
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
27
|
+
int crypto_sign_edwards25519sha512batch(unsigned char *sm,
|
28
|
+
unsigned long long *smlen,
|
29
|
+
const unsigned char *m,
|
30
|
+
unsigned long long mlen,
|
31
|
+
const unsigned char *sk);
|
29
32
|
|
30
33
|
SODIUM_EXPORT
|
31
|
-
int crypto_sign_edwards25519sha512batch_open(unsigned char
|
34
|
+
int crypto_sign_edwards25519sha512batch_open(unsigned char *m,
|
35
|
+
unsigned long long *mlen,
|
36
|
+
const unsigned char *sm,
|
37
|
+
unsigned long long smlen,
|
38
|
+
const unsigned char *pk);
|
32
39
|
|
33
40
|
SODIUM_EXPORT
|
34
|
-
int crypto_sign_edwards25519sha512batch_keypair(unsigned char
|
41
|
+
int crypto_sign_edwards25519sha512batch_keypair(unsigned char *pk,
|
42
|
+
unsigned char *sk);
|
35
43
|
|
36
44
|
#ifdef __cplusplus
|
37
45
|
}
|
38
46
|
#endif
|
39
47
|
|
40
|
-
#define crypto_sign_edwards25519sha512batch_ref crypto_sign_edwards25519sha512batch
|
41
|
-
#define crypto_sign_edwards25519sha512batch_ref_open crypto_sign_edwards25519sha512batch_open
|
42
|
-
#define crypto_sign_edwards25519sha512batch_ref_keypair crypto_sign_edwards25519sha512batch_keypair
|
43
|
-
|
44
48
|
#endif
|
@@ -12,49 +12,49 @@
|
|
12
12
|
#include <stddef.h>
|
13
13
|
#include "export.h"
|
14
14
|
|
15
|
-
#define crypto_stream_aes128ctr_KEYBYTES 16U
|
16
|
-
#define crypto_stream_aes128ctr_NONCEBYTES 16U
|
17
|
-
#define crypto_stream_aes128ctr_BEFORENMBYTES 1408U
|
18
|
-
|
19
15
|
#ifdef __cplusplus
|
16
|
+
# if __GNUC__
|
17
|
+
# pragma GCC diagnostic ignored "-Wlong-long"
|
18
|
+
# endif
|
20
19
|
extern "C" {
|
21
20
|
#endif
|
22
21
|
|
22
|
+
#define crypto_stream_aes128ctr_KEYBYTES 16U
|
23
23
|
SODIUM_EXPORT
|
24
24
|
size_t crypto_stream_aes128ctr_keybytes(void);
|
25
25
|
|
26
|
+
#define crypto_stream_aes128ctr_NONCEBYTES 16U
|
26
27
|
SODIUM_EXPORT
|
27
28
|
size_t crypto_stream_aes128ctr_noncebytes(void);
|
28
29
|
|
30
|
+
#define crypto_stream_aes128ctr_BEFORENMBYTES 1408U
|
29
31
|
SODIUM_EXPORT
|
30
32
|
size_t crypto_stream_aes128ctr_beforenmbytes(void);
|
31
33
|
|
32
34
|
SODIUM_EXPORT
|
33
|
-
|
35
|
+
int crypto_stream_aes128ctr(unsigned char *out, unsigned long long outlen,
|
36
|
+
const unsigned char *n, const unsigned char *k);
|
34
37
|
|
35
38
|
SODIUM_EXPORT
|
36
|
-
int
|
39
|
+
int crypto_stream_aes128ctr_xor(unsigned char *out, const unsigned char *in,
|
40
|
+
unsigned long long inlen, const unsigned char *n,
|
41
|
+
const unsigned char *k);
|
37
42
|
|
38
43
|
SODIUM_EXPORT
|
39
|
-
int
|
44
|
+
int crypto_stream_aes128ctr_beforenm(unsigned char *c, const unsigned char *k);
|
40
45
|
|
41
46
|
SODIUM_EXPORT
|
42
|
-
int
|
47
|
+
int crypto_stream_aes128ctr_afternm(unsigned char *out, unsigned long long len,
|
48
|
+
const unsigned char *nonce, const unsigned char *c);
|
43
49
|
|
44
50
|
SODIUM_EXPORT
|
45
|
-
int
|
46
|
-
|
47
|
-
|
48
|
-
|
51
|
+
int crypto_stream_aes128ctr_xor_afternm(unsigned char *out, const unsigned char *in,
|
52
|
+
unsigned long long len,
|
53
|
+
const unsigned char *nonce,
|
54
|
+
const unsigned char *c);
|
49
55
|
|
50
56
|
#ifdef __cplusplus
|
51
57
|
}
|
52
58
|
#endif
|
53
59
|
|
54
|
-
#define crypto_stream_aes128ctr_portable crypto_stream_aes128ctr
|
55
|
-
#define crypto_stream_aes128ctr_portable_xor crypto_stream_aes128ctr_xor
|
56
|
-
#define crypto_stream_aes128ctr_portable_beforenm crypto_stream_aes128ctr_beforenm
|
57
|
-
#define crypto_stream_aes128ctr_portable_afternm crypto_stream_aes128ctr_afternm
|
58
|
-
#define crypto_stream_aes128ctr_portable_xor_afternm crypto_stream_aes128ctr_xor_afternm
|
59
|
-
|
60
60
|
#endif
|
@@ -13,49 +13,50 @@
|
|
13
13
|
#include <stddef.h>
|
14
14
|
#include "export.h"
|
15
15
|
|
16
|
-
#define crypto_stream_aes256estream_KEYBYTES 32U
|
17
|
-
#define crypto_stream_aes256estream_NONCEBYTES 16U
|
18
|
-
#define crypto_stream_aes256estream_BEFORENMBYTES 276U
|
19
|
-
|
20
16
|
#ifdef __cplusplus
|
17
|
+
# if __GNUC__
|
18
|
+
# pragma GCC diagnostic ignored "-Wlong-long"
|
19
|
+
# endif
|
21
20
|
extern "C" {
|
22
21
|
#endif
|
23
22
|
|
23
|
+
#define crypto_stream_aes256estream_KEYBYTES 32U
|
24
24
|
SODIUM_EXPORT
|
25
25
|
size_t crypto_stream_aes256estream_keybytes(void);
|
26
26
|
|
27
|
+
#define crypto_stream_aes256estream_NONCEBYTES 16U
|
27
28
|
SODIUM_EXPORT
|
28
29
|
size_t crypto_stream_aes256estream_noncebytes(void);
|
29
30
|
|
31
|
+
#define crypto_stream_aes256estream_BEFORENMBYTES 276U
|
30
32
|
SODIUM_EXPORT
|
31
33
|
size_t crypto_stream_aes256estream_beforenmbytes(void);
|
32
34
|
|
33
35
|
SODIUM_EXPORT
|
34
|
-
|
36
|
+
int crypto_stream_aes256estream(unsigned char *out, unsigned long long len,
|
37
|
+
const unsigned char *nonce, const unsigned char *c);
|
35
38
|
|
36
39
|
SODIUM_EXPORT
|
37
|
-
int
|
40
|
+
int crypto_stream_aes256estream_xor(unsigned char *out, const unsigned char *in,
|
41
|
+
unsigned long long inlen, const unsigned char *n,
|
42
|
+
const unsigned char *k);
|
38
43
|
|
39
44
|
SODIUM_EXPORT
|
40
|
-
int
|
45
|
+
int crypto_stream_aes256estream_beforenm(unsigned char *c, const unsigned char *k);
|
41
46
|
|
42
47
|
SODIUM_EXPORT
|
43
|
-
int
|
48
|
+
int crypto_stream_aes256estream_afternm(unsigned char *out, unsigned long long len,
|
49
|
+
const unsigned char *nonce,
|
50
|
+
const unsigned char *c);
|
44
51
|
|
45
52
|
SODIUM_EXPORT
|
46
|
-
int
|
47
|
-
|
48
|
-
|
49
|
-
|
53
|
+
int crypto_stream_aes256estream_xor_afternm(unsigned char *out, const unsigned char *in,
|
54
|
+
unsigned long long len,
|
55
|
+
const unsigned char *nonce,
|
56
|
+
const unsigned char *c);
|
50
57
|
|
51
58
|
#ifdef __cplusplus
|
52
59
|
}
|
53
60
|
#endif
|
54
61
|
|
55
|
-
#define crypto_stream_aes256estream_hongjun crypto_stream_aes256estream
|
56
|
-
#define crypto_stream_aes256estream_hongjun_xor crypto_stream_aes256estream_xor
|
57
|
-
#define crypto_stream_aes256estream_hongjun_beforenm crypto_stream_aes256estream_beforenm
|
58
|
-
#define crypto_stream_aes256estream_hongjun_afternm crypto_stream_aes256estream_afternm
|
59
|
-
#define crypto_stream_aes256estream_hongjun_xor_afternm crypto_stream_aes256estream_xor_afternm
|
60
|
-
|
61
62
|
#endif
|
@@ -9,16 +9,13 @@
|
|
9
9
|
* the crypto_box functions.
|
10
10
|
*/
|
11
11
|
|
12
|
-
#if @HAVE_AMD64_ASM_V@
|
13
|
-
# ifndef SODIUM_HAVE_AMD64_ASM
|
14
|
-
# define SODIUM_HAVE_AMD64_ASM
|
15
|
-
# endif
|
16
|
-
#endif
|
17
|
-
|
18
12
|
#include <stddef.h>
|
19
13
|
#include "export.h"
|
20
14
|
|
21
15
|
#ifdef __cplusplus
|
16
|
+
# if __GNUC__
|
17
|
+
# pragma GCC diagnostic ignored "-Wlong-long"
|
18
|
+
# endif
|
22
19
|
extern "C" {
|
23
20
|
#endif
|
24
21
|
|
@@ -31,21 +28,13 @@ SODIUM_EXPORT
|
|
31
28
|
size_t crypto_stream_salsa20_noncebytes(void);
|
32
29
|
|
33
30
|
SODIUM_EXPORT
|
34
|
-
|
31
|
+
int crypto_stream_salsa20(unsigned char *c, unsigned long long clen,
|
32
|
+
const unsigned char *n, const unsigned char *k);
|
35
33
|
|
36
34
|
SODIUM_EXPORT
|
37
|
-
int
|
38
|
-
|
39
|
-
|
40
|
-
int crypto_stream_salsa20_xor(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
|
41
|
-
|
42
|
-
#ifdef SODIUM_HAVE_AMD64_ASM
|
43
|
-
# define crypto_stream_salsa20_amd64_xmm6 crypto_stream_salsa20
|
44
|
-
# define crypto_stream_salsa20_amd64_xmm6_xor crypto_stream_salsa20_xor
|
45
|
-
#else
|
46
|
-
# define crypto_stream_salsa20_ref crypto_stream_salsa20
|
47
|
-
# define crypto_stream_salsa20_ref_xor crypto_stream_salsa20_xor
|
48
|
-
#endif
|
35
|
+
int crypto_stream_salsa20_xor(unsigned char *c, const unsigned char *m,
|
36
|
+
unsigned long long mlen, const unsigned char *n,
|
37
|
+
const unsigned char *k);
|
49
38
|
|
50
39
|
#ifdef __cplusplus
|
51
40
|
}
|
@@ -13,6 +13,9 @@
|
|
13
13
|
#include "export.h"
|
14
14
|
|
15
15
|
#ifdef __cplusplus
|
16
|
+
# if __GNUC__
|
17
|
+
# pragma GCC diagnostic ignored "-Wlong-long"
|
18
|
+
# endif
|
16
19
|
extern "C" {
|
17
20
|
#endif
|
18
21
|
|
@@ -25,19 +28,16 @@ SODIUM_EXPORT
|
|
25
28
|
size_t crypto_stream_salsa2012_noncebytes(void);
|
26
29
|
|
27
30
|
SODIUM_EXPORT
|
28
|
-
|
31
|
+
int crypto_stream_salsa2012(unsigned char *c, unsigned long long clen,
|
32
|
+
const unsigned char *n, const unsigned char *k);
|
29
33
|
|
30
34
|
SODIUM_EXPORT
|
31
|
-
int
|
32
|
-
|
33
|
-
|
34
|
-
int crypto_stream_salsa2012_xor(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
|
35
|
+
int crypto_stream_salsa2012_xor(unsigned char *c, const unsigned char *m,
|
36
|
+
unsigned long long mlen, const unsigned char *n,
|
37
|
+
const unsigned char *k);
|
35
38
|
|
36
39
|
#ifdef __cplusplus
|
37
40
|
}
|
38
41
|
#endif
|
39
42
|
|
40
|
-
#define crypto_stream_salsa2012_ref crypto_stream_salsa2012
|
41
|
-
#define crypto_stream_salsa2012_ref_xor crypto_stream_salsa2012_xor
|
42
|
-
|
43
43
|
#endif
|
@@ -13,6 +13,9 @@
|
|
13
13
|
#include "export.h"
|
14
14
|
|
15
15
|
#ifdef __cplusplus
|
16
|
+
# if __GNUC__
|
17
|
+
# pragma GCC diagnostic ignored "-Wlong-long"
|
18
|
+
# endif
|
16
19
|
extern "C" {
|
17
20
|
#endif
|
18
21
|
|
@@ -25,19 +28,16 @@ SODIUM_EXPORT
|
|
25
28
|
size_t crypto_stream_salsa208_noncebytes(void);
|
26
29
|
|
27
30
|
SODIUM_EXPORT
|
28
|
-
|
31
|
+
int crypto_stream_salsa208(unsigned char *c, unsigned long long clen,
|
32
|
+
const unsigned char *n, const unsigned char *k);
|
29
33
|
|
30
34
|
SODIUM_EXPORT
|
31
|
-
int
|
32
|
-
|
33
|
-
|
34
|
-
int crypto_stream_salsa208_xor(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
|
35
|
+
int crypto_stream_salsa208_xor(unsigned char *c, const unsigned char *m,
|
36
|
+
unsigned long long mlen, const unsigned char *n,
|
37
|
+
const unsigned char *k);
|
35
38
|
|
36
39
|
#ifdef __cplusplus
|
37
40
|
}
|
38
41
|
#endif
|
39
42
|
|
40
|
-
#define crypto_stream_salsa208_ref crypto_stream_salsa208
|
41
|
-
#define crypto_stream_salsa208_ref_xor crypto_stream_salsa208_xor
|
42
|
-
|
43
43
|
#endif
|
@@ -12,33 +12,32 @@
|
|
12
12
|
#include <stddef.h>
|
13
13
|
#include "export.h"
|
14
14
|
|
15
|
-
#define crypto_stream_xsalsa20_KEYBYTES 32U
|
16
|
-
#define crypto_stream_xsalsa20_NONCEBYTES 24U
|
17
|
-
|
18
15
|
#ifdef __cplusplus
|
16
|
+
# if __GNUC__
|
17
|
+
# pragma GCC diagnostic ignored "-Wlong-long"
|
18
|
+
# endif
|
19
19
|
extern "C" {
|
20
20
|
#endif
|
21
21
|
|
22
|
+
#define crypto_stream_xsalsa20_KEYBYTES 32U
|
22
23
|
SODIUM_EXPORT
|
23
24
|
size_t crypto_stream_xsalsa20_keybytes(void);
|
24
25
|
|
26
|
+
#define crypto_stream_xsalsa20_NONCEBYTES 24U
|
25
27
|
SODIUM_EXPORT
|
26
28
|
size_t crypto_stream_xsalsa20_noncebytes(void);
|
27
29
|
|
28
30
|
SODIUM_EXPORT
|
29
|
-
|
30
|
-
|
31
|
-
SODIUM_EXPORT
|
32
|
-
int crypto_stream_xsalsa20(unsigned char *,unsigned long long,const unsigned char *,const unsigned char *);
|
31
|
+
int crypto_stream_xsalsa20(unsigned char *c, unsigned long long clen,
|
32
|
+
const unsigned char *n, const unsigned char *k);
|
33
33
|
|
34
34
|
SODIUM_EXPORT
|
35
|
-
int crypto_stream_xsalsa20_xor(unsigned char
|
35
|
+
int crypto_stream_xsalsa20_xor(unsigned char *c, const unsigned char *m,
|
36
|
+
unsigned long long mlen, const unsigned char *n,
|
37
|
+
const unsigned char *k);
|
36
38
|
|
37
39
|
#ifdef __cplusplus
|
38
40
|
}
|
39
41
|
#endif
|
40
42
|
|
41
|
-
#define crypto_stream_xsalsa20_ref crypto_stream_xsalsa20
|
42
|
-
#define crypto_stream_xsalsa20_ref_xor crypto_stream_xsalsa20_xor
|
43
|
-
|
44
43
|
#endif
|
@@ -4,20 +4,17 @@
|
|
4
4
|
#include <stddef.h>
|
5
5
|
#include "export.h"
|
6
6
|
|
7
|
-
#define crypto_verify_16_BYTES 16U
|
8
|
-
|
9
7
|
#ifdef __cplusplus
|
10
8
|
extern "C" {
|
11
9
|
#endif
|
12
10
|
|
11
|
+
#define crypto_verify_16_BYTES 16U
|
13
12
|
SODIUM_EXPORT
|
14
13
|
size_t crypto_verify_16_bytes(void);
|
15
14
|
|
16
15
|
SODIUM_EXPORT
|
17
16
|
int crypto_verify_16(const unsigned char *x, const unsigned char *y);
|
18
17
|
|
19
|
-
#define crypto_verify_16_ref crypto_verify_16
|
20
|
-
|
21
18
|
#ifdef __cplusplus
|
22
19
|
}
|
23
20
|
#endif
|
@@ -4,20 +4,17 @@
|
|
4
4
|
#include <stddef.h>
|
5
5
|
#include "export.h"
|
6
6
|
|
7
|
-
#define crypto_verify_32_BYTES 32U
|
8
|
-
|
9
7
|
#ifdef __cplusplus
|
10
8
|
extern "C" {
|
11
9
|
#endif
|
12
10
|
|
11
|
+
#define crypto_verify_32_BYTES 32U
|
13
12
|
SODIUM_EXPORT
|
14
13
|
size_t crypto_verify_32_bytes(void);
|
15
14
|
|
16
15
|
SODIUM_EXPORT
|
17
16
|
int crypto_verify_32(const unsigned char *x, const unsigned char *y);
|
18
17
|
|
19
|
-
#define crypto_verify_32_ref crypto_verify_32
|
20
|
-
|
21
18
|
#ifdef __cplusplus
|
22
19
|
}
|
23
20
|
#endif
|
@@ -0,0 +1,22 @@
|
|
1
|
+
#ifndef crypto_verify_64_H
|
2
|
+
#define crypto_verify_64_H
|
3
|
+
|
4
|
+
#include <stddef.h>
|
5
|
+
#include "export.h"
|
6
|
+
|
7
|
+
#ifdef __cplusplus
|
8
|
+
extern "C" {
|
9
|
+
#endif
|
10
|
+
|
11
|
+
#define crypto_verify_64_BYTES 64U
|
12
|
+
SODIUM_EXPORT
|
13
|
+
size_t crypto_verify_64_bytes(void);
|
14
|
+
|
15
|
+
SODIUM_EXPORT
|
16
|
+
int crypto_verify_64(const unsigned char *x, const unsigned char *y);
|
17
|
+
|
18
|
+
#ifdef __cplusplus
|
19
|
+
}
|
20
|
+
#endif
|
21
|
+
|
22
|
+
#endif
|