Go to file
Frank Denis abdc839367 Workaround for old gcc versions missing _mm256_broadcastsi128_si256()
Some old gcc versions define vbroadcasti128 as
_mm_broadcastsi128_si256() not _mm256_broadcastsi128_si256().

Detect this, and use _mm_broadcastsi128_si256() in that case.
2016-04-03 10:41:28 +02:00
builds Update Makefiles and MSVC solutions 2016-03-17 17:07:43 +01:00
dist-build Update the list of symbols exported to Javascript 2016-04-01 21:28:21 +02:00
examples wipe secret key as soon as it is no longer needed. 2015-12-22 11:15:18 +01:00
m4 Tab 2016-03-08 13:31:22 +01:00
msvc-scripts Version bump (not released yet) 2016-01-13 09:49:20 +01:00
packaging/nuget Remove package.nuspec, package.targets, and package.xml 2015-04-27 22:02:14 +02:00
src Initialize constant 2016-04-02 12:17:47 +02:00
test Add crypto_pwhash_argon2i_ALG_ARGON2I13 2016-04-01 20:48:34 +02:00
.gitignore test/pwhash_argon2i -> test/pwhash 2016-03-21 09:48:01 +01:00
.travis.yml Travis: Limit the double compilation to a single OS 2015-12-11 02:02:06 +01:00
appveyor.yml Update Appveyor version 2016-04-02 16:40:34 +02:00
AUTHORS Add crypto_core/curve25519 2016-03-16 14:48:05 +01:00
autogen.sh pkg-config is not required 2015-12-25 11:51:19 +01:00
ChangeLog Nits 2016-04-02 13:30:22 +02:00
configure.ac Workaround for old gcc versions missing _mm256_broadcastsi128_si256() 2016-04-03 10:41:28 +02:00
libsodium-uninstalled.pc.in Update description 2016-03-17 12:33:46 +01:00
libsodium.pc.in Update description 2016-03-17 12:33:46 +01:00
libsodium.sln Retarget the top solution to Visual Studio 2015 2015-11-01 08:29:49 -08:00
libsodium.vcxproj Add blake2b-compress-avx2.c to the top-level Visual Studio solution 2016-03-17 16:37:37 +01:00
libsodium.vcxproj.filters Add blake2b-compress-avx2.c to the top-level Visual Studio solution 2016-03-17 16:37:37 +01:00
LICENSE 2016 2016-01-01 01:53:03 +01:00
logo.png zopflipng + defluff 2013-06-06 13:11:30 -07:00
Makefile.am CRLF 2016-03-17 12:34:11 +01:00
README Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
README.markdown Link text = "installation" only 2016-03-17 23:27:08 +01:00
THANKS THANKS << Scott Arciszewski 2015-11-28 16:15:25 +01:00

See README.markdown