307 Commits (91e75fc973da45dda4e7deb855269fb2268e43a0)
 

Author SHA1 Message Date
Frank Denis 91e75fc973 Use -fPIC even on Win32, since libtool reintroduces it no matter what. 11 years ago
Frank Denis 8a3c11968e More THANKS for people having written bindings 11 years ago
Frank Denis 6e455a3c02 Full name + resort 11 years ago
Frank Denis ac69660f6c Add sneves + sort 11 years ago
Frank Denis 9e936a4276 Update THANKS file with people having sent pull requests 11 years ago
Frank Denis cc4a83686d Merge pull request #33 from VeXocide/master 11 years ago
Jeroen Habraken eeab6bd2ce The "__attribute__((always_inline))" attribute does not replace "inline", they need to be used togher. This fixes the "warning: always_inline function might not be inlinable [-Wattributes]" warnings emitted by GCC 4.7. 11 years ago
Frank Denis ecb70e2f77 Use included ltdl 11 years ago
Frank Denis 66c6df11bd Retweak msys compile script 11 years ago
Frank Denis 0ca48ff21c Tweak msys flags 11 years ago
Frank Denis e34aeffd3c Don't export symbols by default. 11 years ago
Frank Denis 18369c960f Don't forget exporting symbols from crypto_scalarmult_curve25519 11 years ago
Frank Denis b32f896873 Mention Windows changes 11 years ago
Frank Denis b381f42d17 Move blake2 own functions to the crypto_generichash_blake2b namespace 11 years ago
Frank Denis b070985dfe Add Sodium.jl 11 years ago
Frank Denis 06ad7fc76f .gitignore: ignore .DEF file for Windows 11 years ago
Frank Denis 30909a7dea Fix DISTCLEANFILES 11 years ago
Frank Denis f41677ef2e Remove extra leading spaces 11 years ago
Frank Denis 52565edee1 Remove LIBTOOL_EXTRA_FLAGS and -fPIC (implicit) on Win32 11 years ago
Frank Denis e53b67924b Looks like AC_LIBTOOL_WIN32_DLL is still required these days. 11 years ago
Frank Denis 655a9589b8 Output .DEF file on Win32 11 years ago
Frank Denis 8dcebd3590 Import m4/ld-output-def.m4 11 years ago
Frank Denis 60e8d3c6da No need to define crypto_hash_sha512 as a macro, it's a real function. 11 years ago
Frank Denis 0b4affc436 Add a big fat warning to crypto_stream* 11 years ago
Frank Denis c6802aa343 Add some documentation. 11 years ago
Frank Denis 51fb0f4c64 Add sodium_memcmp() 11 years ago
Frank Denis 313e440209 crypto_verify compat 11 years ago
Frank Denis 6777368185 crypto_stream_xsalsa20 compat 11 years ago
Frank Denis 44ad99f7f6 crypto_sign_ed25519_ref compat 11 years ago
Frank Denis 5e0193b8a1 Export sodium_library_version_*() not sodium_version_*() as intended. 11 years ago
Frank Denis 03120406e3 crypto_hash compat 11 years ago
Frank Denis db8e3dc472 crypto_box compat 11 years ago
Frank Denis 977c4e8c70 Add crypto_scalarmult compat 11 years ago
Frank Denis 393aa1a229 crypto_box_curve25519xsalsa20poly1305_ref compat 11 years ago
Frank Denis cb7c294cb8 Start a compat layer 11 years ago
Frank Denis 1b0328610f Remaining changes to export primitives, not implementations. 11 years ago
Frank Denis 6e3e997faa Export the primitive themselves, not the implementations. 11 years ago
Frank Denis e144f9d40d crypto_hash_sha(256|512) are the exported functions that have to be exported. 11 years ago
Frank Denis 11d09e0d4e windows quirks are needed for secretbox8 test. 11 years ago
Frank Denis 245bd75753 Remove ssp by default on cygwin 11 years ago
Frank Denis 7356770dbe Another random() -> rand() 11 years ago
Frank Denis c4f75c4896 random() doesn't exist on Win32. Just use rand() 11 years ago
Frank Denis b50e6fb5e7 Don't protect api.h against double inclusion, it's useless. 11 years ago
Frank Denis b146c5150a Improve Visual C++ compat. 11 years ago
Frank Denis c21c7eb3f7 indent 11 years ago
Frank Denis a2eeafe2ed Update Android toolchain version 11 years ago
Frank Denis aaf585e8e0 Update NEWS file 11 years ago
Frank Denis e11c852ab3 Fix bad typo in the crypto_box wrapper 11 years ago
Frank Denis 429917f8d6 Quick NEWS update. 11 years ago
Frank Denis 0f3f3f8b92 No more arithmetic needed 11 years ago