Registry / crypto / simplito-elliptic-php

simplito-elliptic-php

JSON →
library1.0.12phppackagistunverified

Fast elliptic curve cryptography library for PHP.

composer require simplito/elliptic-php
INSTALL
IMPORT
SIG · SIMPLITO-ELLIPTIC-
S
simplito-elliptic-php
cryptophpv1.0.12
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.

EC
use Elliptic\EC;

Generate a key pair using secp256k1 curve.

use Elliptic\EC; $ec = new EC('secp256k1'); $key = $ec->genKeyPair(); echo $key->getPublic()->encode('hex');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.12latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
simplito-elliptic-php — pip install simplito-elliptic-php · libregistry