-rw-r--r-- 129 saferewrite-20241004/src/uint16_leq_01/cryptoint/leq_mask.c raw
#include "crypto_uint16.h" crypto_uint16 uint16_leq_01(crypto_uint16 x,crypto_uint16 y) { return crypto_uint16_leq_01(x,y); }