constant_time_cond_swap(x, y, sizeof(gf_s), swap);
}
-static ossl_inline void gf_mul_qnr(gf_s * __restrict__ out, const gf x)
-{
- gf_sub(out, ZERO, x);
-}
-
-static ossl_inline void gf_div_qnr(gf_s * __restrict__ out, const gf x)
-{
- gf_sub(out, ZERO, x);
-}
-
#endif /* __GF_H__ */