PHP 中的 Sha256 函数与 init 一起使用吗?
PHP 中是否有任何函数可以设置 init sha256 状态?
我想将此javascript翻译为php https://github.com/jwhitehorn/jsMiner/blob/4fcdd9042a69b309035dfe9c9ddf716119831a16/engine.js#L149-165
Are there any function in PHP where you can set init state for sha256?
I would like to translate this javascript to php https://github.com/jwhitehorn/jsMiner/blob/4fcdd9042a69b309035dfe9c9ddf716119831a16/engine.js#L149-165
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个具有初始化状态的 php sha256 类
https://github.com/codler/Bitcoin-phpMiner/blob/ed2e422a025ebf8555ecd53ce03aad631550b3e7/sha256.php
Here is a php sha256 class with init state
https://github.com/codler/Bitcoin-phpMiner/blob/ed2e422a025ebf8555ecd53ce03aad631550b3e7/sha256.php