simplito / elliptic-php

Fast, general Elliptic Curve Cryptography library. Supports curves used in Bitcoin, Ethereum and other cryptocurrencies (secp256k1, ed25519, ..)
MIT License
220 stars 52 forks source link

bn-php dependency #16

Closed Septem151 closed 5 years ago

Septem151 commented 5 years ago

Hello, I'm not sure if this repository is still maintained, but I want to know, to use this package, if it's necessary to also install your "BN" package with Composer, or if just installing this package is fine.

Edit: I am very new with PHP, sorry if this is a dumb question :)

Septem151 commented 5 years ago

Welp, looks like I got my answer. Composer automatically handles dependencies within packages if declared in composer.json. Closing issue.