#include "crypto_int64.h" void int64_store_bigendian(unsigned char *s,crypto_int64 x) { return crypto_int64_store_bigendian(s,x); }