-rw-r--r-- 139 saferewrite-20241004/src/uint32_store_bigendian/supercopnew/store_bigendian.c raw
#include "crypto_uint32.h" void uint32_store_bigendian(unsigned char *s,crypto_uint32 x) { return crypto_uint32_store_bigendian(s,x); }