⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

This package provides a drop in replacement for Go's built in math/big big integer package using the GNU Multiprecision Library (GMP) which, despite the overhead of cgo, is still much faster than the former.

Its use is subject to the BSD 3-Clause license.