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