legalthings / base58-compat
Userspace function as fallback for base58 extension
v0.1.0
2018-05-29 22:56 UTC
Requires
- stephenhill/base58: ^1.1
Provides
- ext-base58: 0.1.0
This package is auto-updated.
Last update: 2024-11-11 20:26:31 UTC
README
Userspace fallback for base58 PHP extension using the stephenhill/base58 library.
Relying on userspace functions for base58 encoding an decoding is not recommended as these perform 100 times slower than the base58 extension.