-rw-r--r-- 115 saferewrite-20250228/src/int16_store/cryptoint/store.c raw
#include "crypto_int16.h" void int16_store(unsigned char *s,crypto_int16 x) { return crypto_int16_store(s,x); }