Home
last modified time | relevance | path

Searched refs:hexbytes (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/libght/libght-0.1.0/src/
H A Dght_util.c86 hexbytes_from_bytes(const uint8_t *bytebuf, size_t bytesize, char **hexbytes) in hexbytes_from_bytes() argument
103 *hexbytes = buf; in hexbytes_from_bytes()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/barcode/
H A Dusps4s.py390 hexbytes = nhex(int(value))[2:]
391 hexbytes = '0'*(26-len(hexbytes))+hexbytes
394 data = int(hexbytes[:2],16)<<5
404 data = int(hexbytes[x:x+2],16)<<3
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/bgp/message/
H A Dnotification.py17 from exabgp.util import hexbytes
108 …elf.data = data if not len([_ for _ in str(data) if _ not in string.printable]) else hexbytes(data)
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/coins/groestlcoin/
H A Dhash.py3 from pycoin.encoding.hexbytes import bytes_as_revhex
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/encoding/
H A Dhash.py4 from .hexbytes import bytes_as_revhex
/dports/finance/py-pycoin/pycoin-0.91.20210515/tests/cmds/
H A Dblock_test.py4 from pycoin.encoding.hexbytes import h2b
/dports/finance/py-pycoin/pycoin-0.91.20210515/tests/
H A Dhexbytes.py3 from pycoin.encoding.hexbytes import h2b, h2b_rev, b2h, b2h_rev
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/services/
H A Dbtgexp.py5 from pycoin.encoding.hexbytes import b2h_rev
H A Dblockexplorer.py5 from pycoin.encoding.hexbytes import b2h_rev
H A Dchain_so.py7 from pycoin.encoding.hexbytes import b2h_rev, h2b, h2b_rev
H A Dbitcoind.py1 from pycoin.encoding.hexbytes import b2h, b2h_rev
/dports/finance/py-pycoin/pycoin-0.91.20210515/tests/btc/
H A Dparse_block_test.py4 from pycoin.encoding.hexbytes import b2h_rev, h2b
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/key/
H A DBIP84Node.py5 from ..encoding.hexbytes import h2b
H A DBIP49Node.py5 from ..encoding.hexbytes import h2b
H A DHierarchicalKey.py1 from ..encoding.hexbytes import b2h
/dports/archivers/ark/ark-21.12.3/autotests/kerfuffle/data/
H A Dhello-appimage-runtime.c91 void to_hex_char(char* hexbytes, const unsigned char* bytes, int len) in to_hex_char() argument
96 for (q = hexbytes, p = bytes; len; p++) { in to_hex_char()
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/
H A Dmerkle.py2 from .encoding.hexbytes import h2b_rev
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/networks/
H A DContract.py1 from pycoin.encoding.hexbytes import b2h
/dports/finance/py-pycoin/pycoin-0.91.20210515/recipes/multisig/
H A D4_sign_tx.py5 from pycoin.encoding.hexbytes import h2b
H A D1_create_address.py9 from pycoin.encoding.hexbytes import b2h
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/cmds/
H A Db58.py8 from pycoin.encoding.hexbytes import b2h, h2b
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/satoshi/
H A Dsatoshi_streamer.py3 from pycoin.encoding.hexbytes import bytes_as_revhex
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/
H A Dtoml.py512 def _load_unicode_escapes(v, hexbytes, prefix): argument
520 for hx in hexbytes:
624 hexbytes = v.split(prefix)
625 v = _load_unicode_escapes(hexbytes[0], hexbytes[1:], prefix)
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/util/
H A D__init__.py24 def hexbytes(value): function
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/message/
H A DInvItem.py3 from pycoin.encoding.hexbytes import b2h_rev

12345