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