MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / hash160

Function hash160

test/functional/test_framework/script.py:22–23  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

20OPCODE_NAMES = {}
21
22def hash160(s):
23 return hashlib.new('ripemd160', sha256(s)).digest()
24
25
26_opcode_instances = []

Calls 1

sha256Function · 0.85