#include "crypto_uint64.h"

crypto_uint64 uint64_load_bigendian(const unsigned char *s)
{
  return crypto_uint64_load_bigendian(s);
}