Is there any proof that there doesn't exist an $8 \times 8$ circulant Hadamard matrix?
A matrix $H \in \{\pm 1\}^{n \times n}$ is Hadamard if $H H^T = n I$, where $I$ is the $n \times n$ identity matrix. Then, a Hadamard matrix $H$ such that $h_{i,~j}=h_{(i+1)~mod~n,~(j+1)~mod~n}$ is a circulant Hadamard matrix.
For example, let $\pi$ be a $4$-size matrix $[1, -1, -1, -1]$. Let
$$A = \text{circulant}(\pi)=\left[\begin{array}{rrrr}1&-1&-1&-1\\-1&1&-1&-1\\-1&-1&1&-1\\-1&-1&-1&1\end{array}\right]$$
Since
$$AA^T=4I=\text{circulant}(4,0,0,0)=\left[\begin{array}{rrrr}4&0&0&0\\0&4&0&0\\0&0&4&0\\0&0&0&4\end{array}\right]$$
where $A$ is the $4 \times 4$ Hadamard matrix.
Now, my question is how to prove that there does not exist an $8 \times 8$ circulant Hadamard matrix. I can check all possible $8 \times 8$ circulant matrices using MATLAB. There are just $2^8$ possible cases; $\text{circulant}(\pm1, \pm1, \pm1, \pm1, \pm1, \pm1, \pm1, \pm1)$. However, I want to know mathematical proof not a proof via simulation.