uint16_pack.h 137 B

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