1 2 3 4 5 6 7 8
#ifndef UINT16_PACK_H #define UINT16_PACK_H #include "crypto_uint16.h" extern void uint16_pack(unsigned char *,crypto_uint16); #endif