Home
last modified time | relevance | path

Searched defs:int_to_big_endian (Results 1 – 3 of 3) sorted by relevance

/dports/security/py-keepkey/python-keepkey-7.2.1/keepkeylib/
H A Dtools.py170 def int_to_big_endian(value): function
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dtecnoballz.cc320 tecnoballz::int_to_big_endian (Uint32 * ptsrc, Uint32 * ptdes) in int_to_big_endian() function in tecnoballz
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Dethereum.py29 def int_to_big_endian(value: int) -> bytes: function