#include "crypto_uint64.h"

void uint64_store_bigendian(unsigned char *s,crypto_uint64 x)
{
  return crypto_uint64_store_bigendian(s,x);
}