#include "crypto_int8.h"

void int8_store(unsigned char *s,crypto_int8 x)
{
  return crypto_int8_store(s,x);
}