diff options
Diffstat (limited to 'nacl/curvecp/byte.h')
-rw-r--r-- | nacl/curvecp/byte.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nacl/curvecp/byte.h b/nacl/curvecp/byte.h deleted file mode 100644 index 5dbfbd96..00000000 --- a/nacl/curvecp/byte.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #ifndef BYTE_H | ||
2 | #define BYTE_H | ||
3 | |||
4 | extern void byte_zero(void *,long long); | ||
5 | extern void byte_copy(void *,long long,const void *); | ||
6 | extern int byte_isequal(const void *,long long,const void *); | ||
7 | |||
8 | #endif | ||