diff options
Diffstat (limited to 'nacl/curvecp/uint64_pack.h')
-rw-r--r-- | nacl/curvecp/uint64_pack.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nacl/curvecp/uint64_pack.h b/nacl/curvecp/uint64_pack.h deleted file mode 100644 index be8330fd..00000000 --- a/nacl/curvecp/uint64_pack.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #ifndef UINT64_PACK_H | ||
2 | #define UINT64_PACK_H | ||
3 | |||
4 | #include "crypto_uint64.h" | ||
5 | |||
6 | extern void uint64_pack(unsigned char *,crypto_uint64); | ||
7 | |||
8 | #endif | ||