#include "crypto_uint8.h" void uint8_store_bigendian(unsigned char *s,crypto_uint8 x) { return crypto_uint8_store_bigendian(s,x); }