Skip to content
/ lfs Public

Blazingly fast Lagrange Four Square Sum algorithm.

License

Notifications You must be signed in to change notification settings

txaty/lfs

Repository files navigation

Lagrange Four Square Sum

The algorithm for solving the big integer Lagrange Four Square Sum problem implemented in Go.

The algorithm is suitable for find the solution for very large integers, like 1000 bits, 2000 bits, or more.