Download the PHP package blockchainethdev/rlp without Composer
On this page you can find all versions of the php package blockchainethdev/rlp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blockchainethdev/rlp
More information about blockchainethdev/rlp
Files in blockchainethdev/rlp
Download blockchainethdev/rlp
More information about blockchainethdev/rlp
Files in blockchainethdev/rlp
Vendor blockchainethdev
Package rlp
Short Description Recursive Length Prefix Encoding in PHP.
License MIT
Package rlp
Short Description Recursive Length Prefix Encoding in PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package rlp
rlp
Recursive Length Prefix Encoding in PHP.
Install
Set minimum stability to dev
Usage
RLP encode:
RLP decode:
API
Blockchainethdev\RLP\RLP
encode
Returns recursive length prefix encoding of given inputs.
encode(mixed $inputs)
Mixed inputs - array of string, integer or numeric string.
Note: output is not zero prefixed.
Example
- Encode array of string.
decode
Returns array recursive length prefix decoding of given data.
decode(string $input)
String input - recursive length prefix encoded string.
Note: output is not zero prefixed.
Example
- Decode recursive length prefix encoded string.
License
MIT
All versions of rlp with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 | ^8.0
ext-mbstring Version *
ext-mbstring Version *
The package blockchainethdev/rlp contains the following files
Loading the files please wait ....