diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-13 10:09:38 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-13 10:09:38 -0400 |
commit | d4fe483efd3e0062f12430efe9deb66d43d914d7 (patch) | |
tree | e6aa9ac716ae82cdb15c6e6cb5d9d1d9d29f053b /nacl/curvecp/uint32_unpack.h | |
parent | 835ef0320d47372eac14bef31c979b8217d04498 (diff) |
NaCl moved to other repo.
Diffstat (limited to 'nacl/curvecp/uint32_unpack.h')
-rw-r--r-- | nacl/curvecp/uint32_unpack.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nacl/curvecp/uint32_unpack.h b/nacl/curvecp/uint32_unpack.h deleted file mode 100644 index dd65f365..00000000 --- a/nacl/curvecp/uint32_unpack.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #ifndef UINT32_UNPACK_H | ||
2 | #define UINT32_UNPACK_H | ||
3 | |||
4 | #include "crypto_uint32.h" | ||
5 | |||
6 | extern crypto_uint32 uint32_unpack(const unsigned char *); | ||
7 | |||
8 | #endif | ||