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_uint64.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nacl/inttypes/crypto_uint64.c (limited to 'nacl/inttypes/crypto_uint64.c') diff --git a/nacl/inttypes/crypto_uint64.c b/nacl/inttypes/crypto_uint64.c new file mode 100644 index 00000000..808055c7 --- /dev/null +++ b/nacl/inttypes/crypto_uint64.c @@ -0,0 +1,3 @@ +#include "crypto_uint64.h" +#include "unsigned.h" +DOIT(64,crypto_uint64) -- cgit v1.2.3