Registry / crypto / ionux-phactor

ionux-phactor

JSON →
library1.0.8phppackagistunverified

High-performance PHP implementation of elliptic curve math for secp256k1 keypairs and ECDSA signatures, including SIN generation

composer require ionux/phactor
INSTALL
IMPORT
SIG · IONUX-PHACTOR
I
ionux-phactor
cryptophpv1.0.8
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.

KeyPair
use Phactor\KeyPair;

Generate a secp256k1 keypair

use Phactor\KeyPair; $keyPair = new KeyPair(); $privateKey = $keyPair->generatePrivateKey(); $publicKey = $keyPair->getPublicKey($privateKey);
Debug
Known issues
breakingRequires PHP 7.4+ with GMP or BCMath extension
fix
Install php-gmp or php-bcmath extension
affects: >=1.0.0
Upgrade
Version history
1.0.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
ionux-phactor — pip install ionux-phactor · libregistry