uint32_pack.h 137 B

12345678
  1. #ifndef UINT32_PACK_H
  2. #define UINT32_PACK_H
  3. #include "crypto_uint32.h"
  4. extern void uint32_pack(unsigned char *,crypto_uint32);
  5. #endif