-rw-r--r-- 116 saferewrite-20241004/src/int64_topbit_mask/supercopnew/topbit_mask.c raw
#include "crypto_int64.h" crypto_int64 int64_topbit_mask(crypto_int64 x) { return crypto_int64_topbit_mask(x); }