Registry / crypto / bitwasp-secp256k1-php

bitwasp-secp256k1-php

JSON →
library0.2.2phppackagistunverified

PHP Extension with bindings for bitcoin/secp256k1.

composer require bitwasp/secp256k1-php
INSTALL
IMPORT
SIG · BITWASP-SECP256K1-
B
bitwasp-secp256k1-php
cryptophpv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Secp256k1
use BitWasp\Secp256k1\Secp256k1;

Create a public key from a private key using secp256k1.

<?php use BitWasp\Secp256k1\Secp256k1; $secp256k1 = new Secp256k1(); $publicKey = $secp256k1->pubkeyCreate($privateKey);
Debug
Known issues
breakingRequires the secp256k1 PHP extension to be installed.
fix
Install the extension via pecl or compile from source.
affects: >=0.1.0
Upgrade
Version history
0.2.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
bitwasp-secp256k1-php — pip install bitwasp-secp256k1-php · libregistry