sdiehl / galois-field

Finite field and algebraic extension field arithmetic
MIT License
50 stars 13 forks source link

Add squareroot functionality #4

Closed Multramate closed 5 years ago

Multramate commented 5 years ago

Implement squareroot :: GaloisField k => k -> Maybe k,