#include "crypto_uint64.h"

void uint64_store(unsigned char *s,crypto_uint64 x)
{
  return crypto_uint64_store(s,x);
}