-rw-r--r-- 127 saferewrite-20240807/src/uint16_bottombit_mask/supercopnew/bottombit_mask.c raw
#include "crypto_uint16.h" crypto_uint16 uint16_bottombit_mask(crypto_uint16 x) { return crypto_uint16_bottombit_mask(x); }