A big_int library provides a set of functions for calculations with arbitrary length integers and bitsets. Functions from this package are useful for number theory applications. For example, in two-keys cryptography. The package has many bitset functions, which allow to work with arbitrary length bitsets. This package is much faster than bundled into PHP BCMath and consists almost all functions, which are implemented in PHP GMP extension, but it needn't any external libraries.
A big_int library provides a set of functions for calculations with arbitrary length integers and bitsets. Functions from this package are useful for number theory applications. For example, in two-keys cryptography. The package has many bitset functions, which allow to work with arbitrary length bitsets. This package is much faster than bundled into PHP BCMath and consists almost all functions, which are implemented in PHP GMP extension, but it needn't any external libraries.
To install php-big_int, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php-big_int
To see what files were installed by php-big_int, run:
port contents php-big_int
To later upgrade php-big_int, run:
sudo port selfupdate && sudo port upgrade php-big_int
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.