#include "crypto_int64.h"

crypto_int64 int64_load(const unsigned char *s)
{
  return crypto_int64_load(s);
}