Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ hash256_reversed
Function
hash256_reversed
test/functional/interface_zmq.py:37–38 ·
view source on GitHub ↗
(byte_str)
Source
from the content-addressed store, hash-verified
35
pass
36
37
def
hash256_reversed(byte_str):
38
return
hash256(byte_str)[::-1]
39
40
class
ZMQSubscriber:
41
def
__init__(self, socket, topic):
Callers
1
test_basic
Method · 0.85
Calls
1
hash256
Function · 0.90
Tested by
1
test_basic
Method · 0.68