#include "crypto_uint32.h"

crypto_uint32 uint32_load(const unsigned char *s)
{
  return crypto_uint32_load(s);
}