Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ hash256
Function
hash256
test/functional/test_framework/messages.py:73–74 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
71
72
73
def
hash256(s):
74
return
sha256(sha256(s))
75
76
77
def
ser_compact_size(l):
Callers
15
serialize_addrman
Function · 0.90
run_test
Method · 0.90
compute_last_header
Function · 0.90
hash256_reversed
Function · 0.90
LegacySignatureHash
Function · 0.70
SegwitV0SignatureMsg
Function · 0.70
SegwitV0SignatureHash
Function · 0.70
byte_to_base58
Function · 0.70
base58_to_byte
Function · 0.70
get_witness_script
Function · 0.70
calc_witness_hash
Method · 0.70
calc_witness_hash
Method · 0.70
Calls
1
sha256
Function · 0.70
Tested by
no test coverage detected