Go to file
Frank Denis 06e089ef6a Make crypto_sign() test code more explicit.
crypto_sign() doesn't just need the secret key. The public key has to follow.
Which is why the test vectors are laid out in this order.
But this can confuse static analysis, as well as people looking at the test
in order to better understand how crypto_sign() works.
So, just copy the sk and the pk into a dedicated buffer, for clarity.
2014-06-09 19:27:49 -07:00
builds Merge pull request #159 from evoskuil/master 2014-05-21 00:04:46 -07:00
dist-build msys-win64 build script: do not target Pentium 2 CPUs for a 64 bit build... 2014-05-13 21:03:12 -07:00
m4 Include pkg.m4, don't assume that the system has it. 2013-09-08 23:01:50 -07:00
msvc-scripts Bump minor 2014-05-15 01:20:10 -07:00
packaging/nuget Merge pull request #159 from evoskuil/master 2014-05-21 00:04:46 -07:00
src Rename curve25519/ref10 files to avoid duplicate file names. 2014-06-06 23:36:27 -07:00
test Make crypto_sign() test code more explicit. 2014-06-09 19:27:49 -07:00
.gitignore Revert bd8cbd3175 2014-06-06 08:22:11 -07:00
.travis.yml Ask Travis to compile on OSX in addition to Linux 2014-05-13 16:23:24 -07:00
AUTHORS Replace curve25519 ref implementation with latest ref10 from Supercop. 2014-06-06 08:42:19 -07:00
autogen.sh We don't need libltdl 2013-04-25 22:51:19 -07:00
ChangeLog Mention crypto_box_seed_keypair 2014-05-25 19:25:44 -07:00
configure.ac prevented 128 bit integers from compiling with emscripten 2014-05-20 13:53:31 -04:00
libsodium.pc.in build: create and install a pkgconfig file 2013-08-11 23:18:14 +02:00
libsodium.sln Add version number to the libsodium.sln file 2013-10-14 16:36:29 -07:00
libsodium.vcxproj Rename scryptxsalsa208sha256 to scryptsalsa208sha256 2014-05-15 00:01:16 -07:00
libsodium.vcxproj.filters Rename scryptxsalsa208sha256 to scryptsalsa208sha256 2014-05-15 00:01:16 -07:00
LICENSE 2014 2013-12-31 15:22:48 +01:00
logo.png zopflipng + defluff 2013-06-06 13:11:30 -07:00
Makefile.am Distribute the dist-build directory 2013-12-31 16:16:29 +01:00
README Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
README.markdown Do not suggest running anything but make install with root privileges. 2014-06-05 22:17:11 -07:00
THANKS thanks << '@evoskuil' 2014-05-09 00:14:55 -07:00

See README.markdown