MCPcopy Create free account
hub / github.com/ElementsProject/elements / uint32

Function uint32

contrib/linearize/linearize-data.py:28–29  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

26 return b''.join(pairList[::-1]).decode()
27
28def uint32(x):
29 return x & 0xffffffff
30
31def bytereverse(x):
32 return uint32(( ((x) << 24) | (((x) << 8) & 0x00ff0000) |

Callers 1

bytereverseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected