Go to file
Stephen Touset 8eea4a3f74 Add functions exposing constants for all operation/primitive pairs
Wrappers for other languages can't access constants defined by C
preprocessor macros, so they must be exposed as functions. This was
already done for the "default" implementation of each operation, but
this commit adds functions for (almost) all of the underlying
primitives.

A few are currently excluded due to problems with the automated script
used to generated this commit. They are:

  * crypto_onetimeauth_poly1305
  * crypto_generichash_blake2b
  * crypto_verify16
  * crypto_verify32
2013-05-16 13:17:18 -07:00
dist-build Export NDK_ANDROID_SOURCES 2013-05-04 13:16:57 -07:00
m4 Import m4/ld-output-def.m4 2013-04-23 21:16:24 -07:00
src Add functions exposing constants for all operation/primitive pairs 2013-05-16 13:17:18 -07:00
test Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
.gitignore Add ../crypto_stream_salsa20.h to .gitignore 2013-04-27 17:23:44 -07:00
.travis.yml Disabling dependency tracking for Travis is fine. 2013-04-25 23:34:21 -07:00
AUTHORS Update AUTHORS 2013-04-27 09:17:26 -07:00
autogen.sh We don't need libltdl 2013-04-25 22:51:19 -07:00
ChangeLog Fantastic ChangeLog 2013-01-21 19:58:38 -08:00
configure.ac No need to define CROSS_COMPILING 2013-05-13 12:45:58 -07:00
COPYING Add license file & THANKS file 2013-01-21 19:55:24 -08:00
logo.png Smaller PNG file 2013-05-06 02:05:51 -07:00
Makefile.am We don't need libltdl 2013-04-25 22:51:19 -07:00
NEWS Update NEWS 2013-04-27 10:29:04 -07:00
README Import libnacl from dnscrypt-proxy 2013-01-19 16:02:02 -08:00
README.markdown Mention pre-compiled Win32 packages 2013-05-01 22:11:08 -07:00
THANKS Update THANKS, for Racket and more Ruby bindings 2013-04-28 00:02:32 -07:00

See README.markdown