-rw-r--r-- 123 saferewrite-20240622/src/uint8_shrmod/supercopnew/shrmod.c raw
#include "crypto_uint8.h" crypto_uint8 uint8_shrmod(crypto_uint8 x,crypto_uint8 y) { return crypto_uint8_shrmod(x,y); }