legalthings / base58-compat
用户空间函数作为base58扩展的备用功能
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-09-11 20:06:37 UTC
README
使用 base58 PHP 扩展 的用户空间备用功能,该功能基于 stephenhill/base58 库。
依赖于用户空间函数进行base58编码和解码是不推荐的,因为这些操作比base58扩展慢100倍。