Is there a method for factoring a prime of the form $4k+1$ (residual 1 modulo 4) into Gaussian prime factors?
What I am looking for is a method/procedure to generate the factors from this table for the norm values which are, once again, primes of the form $4k+1$ (5, 13, 17, 29, ...)
There does not seem to be much on math stack exchange beyond this post, whose only comment is somewhat terse and I hope to see expanded upon.
Ex.
First few primes of the form $4k+1$ = $\{5, 13, 17, 29, ...\}$.
So for $5$, I want to know if there is a procedure for factoring it into $(2+i)(1+2i)$.
For $13$, how to factor it into $(3+2i)(2+3i)$, so on and so forth.