#include "crypto_int32.h"

void int32_store(unsigned char *s,crypto_int32 x)
{
  return crypto_int32_store(s,x);
}