-rw-r--r-- 135 saferewrite-20241004/src/uint8_store_bigendian/supercopnew/store_bigendian.c raw#include "crypto_uint8.h" void uint8_store_bigendian(unsigned char *s,crypto_uint8 x) { return crypto_uint8_store_bigendian(s,x); }