Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simplito/bn-php

BigNum library for PHP compatible with bn.js
https://github.com/simplito/bn-php

bignumber math web

Last synced: 3 months ago
JSON representation

BigNum library for PHP compatible with bn.js

Awesome Lists containing this project

README

        

# BigNum library for PHP

## Information

This library provides a PHP Big Number API compatible with [bn.js](https://github.com/indutny/bn.js) and is used in Fast PHP ECC library [elliptic-php](https://github.com/simplito/elliptic-php).

This software is licensed under the MIT License.

## Installation

You can install this library via Composer:
```
composer require simplito/bn-php
```