I am trying to determine if the following polynomials are irreducible in $\mathbb{F_2}[X]$ are irreducible:
$f(X)=X^5+X^2+1$
$g(X)=X^5+X^3+1$
There are no linear factors since $f(0)=f(1)=g(0)=g(1) \neq 0$
However there is another possible factorization: $(X^3+aX^2+bX+c)(X^2+dX+e)$
I am unsure how to verify if $f$ and $g$ can be factored in this way in $\mathbb{F_2}[X]$
Would appreciate your help on this one