#include "crypto_uint8.h" void uint8_sort2(crypto_uint8 *x) { crypto_uint8_minmax(x,x+1); }