1 2 3 4 5 6 7 8
#ifndef UINT64_UNPACK_H #define UINT64_UNPACK_H #include "crypto_uint64.h" extern crypto_uint64 uint64_unpack(const unsigned char *); #endif