MCPcopy 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
37def hash256_reversed(byte_str):
38 return hash256(byte_str)[::-1]
39
40class ZMQSubscriber:
41 def __init__(self, socket, topic):

Callers 1

test_basicMethod · 0.85

Calls 1

hash256Function · 0.90

Tested by 1

test_basicMethod · 0.68