#include "crypto_int64.h"

crypto_int64 int64_load_bigendian(const unsigned char *s)
{
  return crypto_int64_load_bigendian(s);
}