uint64_pack.h 137 B

12345678
  1. #ifndef UINT64_PACK_H
  2. #define UINT64_PACK_H
  3. #include "crypto_uint64.h"
  4. extern void uint64_pack(unsigned char *,crypto_uint64);
  5. #endif