#include "crypto_int32.h"

crypto_int32 int32_load_bigendian(const unsigned char *s)
{
  return crypto_int32_load_bigendian(s);
}