#include "crypto_int8.h"

void int8_store_bigendian(unsigned char *s,crypto_int8 x)
{
  return crypto_int8_store_bigendian(s,x);
}