-rw-r--r-- 122 saferewrite-20241004/src/uint32_max/supercop/max.c raw
#include "fromsupercop.h" crypto_uint32 uint32_max(crypto_uint32 a,crypto_uint32 b) { return crypto_uint32_max(a,b); }