Download the PHP package activeledger/ecc without Composer
On this page you can find all versions of the php package activeledger/ecc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download activeledger/ecc
More information about activeledger/ecc
Files in activeledger/ecc
Download activeledger/ecc
More information about activeledger/ecc
Files in activeledger/ecc
Vendor activeledger
Package ecc
Short Description Activeledger minimal key generation and data signing SDK
License MIT
Package ecc
Short Description Activeledger minimal key generation and data signing SDK
License MIT
Please rate this library. Is it a good library?
Informations about the package ecc

Activeledger - PHP Key SDK
The Activeledger PHP Key SDK has been built to provide an easy way to generate an ECC keypair that can be used to sign transactions to be sent to the Activeledger network.
Activeledger
Read Activeledgers documentation
Installation
Usage
The SDK currently supports the following functions:
- Generate a new ECC keypair
- Sign a string using the generated private key
Generate a new ECC keypair
The generate method returns an array containing the public and private keys as HEX strings.
Sign a string using a private key
The sign method takes two parameters: the private key as a HEX string, and the data to be signed also as a string.
License
This project is licensed under the MIT License
All versions of ecc with dependencies
PHP Build Version
Package Version
No informations.
The package activeledger/ecc contains the following files
Loading the files please wait ....