-rw-r--r-- 119 saferewrite-20250228/src/uint64_store/cryptoint/store.c raw
#include "crypto_uint64.h" void uint64_store(unsigned char *s,crypto_uint64 x) { return crypto_uint64_store(s,x); }