-rw-r--r-- 111 saferewrite-20250228/src/int8_store/cryptoint/store.c raw
#include "crypto_int8.h" void int8_store(unsigned char *s,crypto_int8 x) { return crypto_int8_store(s,x); }