clamp
static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES])
#define clamp(x, lo, hi) min(max(x, lo), hi)