#include "crypto_uint32.h"

crypto_uint32 uint32_load_bigendian(const unsigned char *s)
{
  return crypto_uint32_load_bigendian(s);
}