#include "crypto_uint64.h"

crypto_uint64 uint64_load(const unsigned char *s)
{
  return crypto_uint64_load(s);
}