fix(crypto): clarify gf_mul comment in split_secret
It is the random coefficient (coeffs[i]), not the secret byte directly,
that passes through gf_mul. The secret byte only goes through gf_add
(XOR, inherently branchless). Security intent unchanged.
authored by
malpercio.dev
and committed by