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