I would like to compute the square root of elements from a general finite field GF(p^k), where p is a prime number, and k an integer k>=1.
However, it lacks the square root operation that is for example provided in the Python libnum
library.
The library I am looking for need not be super fast, but I'd like to have it in pure Go.
I wonder does anyone have any recommendations? Thanks.