-rw-r--r-- 129 saferewrite-20241004/src/uint16_shrmod/supercopnew/shrmod.c raw
#include "crypto_uint16.h" crypto_uint16 uint16_shrmod(crypto_uint16 x,crypto_uint16 y) { return crypto_uint16_shrmod(x,y); }