#include "crypto_int64.h"

void int64_store(unsigned char *s,crypto_int64 x)
{
  return crypto_int64_store(s,x);
}