INNER CODE UNIT · C
r
pq-crystals/dilithium · avx2/poly.c:276
r = make_hint_avx(hint, a0->vec, a1->vec);
DBENCH_STOP(*tround);
return r;
}
/*************************************************
* Name: poly_use_hint
*
* Description: Use hint polynomial to correct the high bits of a polynomial.
*
* Arguments: - poly *b: pointer to output polynomial with corrected high bits
* - const poly *a: pointer to input polynomial
* - const poly *h: pointer to input hint polynomial
**************************************************/
void poly_use_hint(poly *b, const poly *a, const poly *h)
{
DBENCH_START();