From e2967396ac73cb7410787886cdaf072a184ffc49 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 2 Jul 2013 09:53:34 -0400 Subject: Added NaCl crypto library. --- nacl/inttypes/crypto_int16.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nacl/inttypes/crypto_int16.c (limited to 'nacl/inttypes/crypto_int16.c') diff --git a/nacl/inttypes/crypto_int16.c b/nacl/inttypes/crypto_int16.c new file mode 100644 index 00000000..bc160669 --- /dev/null +++ b/nacl/inttypes/crypto_int16.c @@ -0,0 +1,3 @@ +#include "crypto_int16.h" +#include "signed.h" +DOIT(16,crypto_int16) -- cgit v1.2.3