-rw-r--r-- 135 saferewrite-20250228/src/uint8_store_bigendian/cryptoint/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); }