Home
last modified time | relevance | path

Searched refs:changebase (Results 1 – 25 of 58) sorted by relevance

123

/dports/security/zeronet/ZeroNet-0.7.1/src/lib/pyelliptic/
H A Darithmetic.py61 def changebase(string, frm, to, minlen=0): function
138 return '1' * leadingzbytes + changebase(inp_fmtd + checksum, 256, 58)
144 return bin_to_b58check(hash_160(changebase(pubkey, 16, 256)))
/dports/security/py-pyelliptic/pyelliptic-2.0.1/pyelliptic/
H A Darithmetic.py61 def changebase(string, frm, to, minlen=0):
138 return '1' * leadingzbytes + changebase(inp_fmtd + checksum, 256, 58)
144 return bin_to_b58check(hash_160(changebase(pubkey, 16, 256)))
/dports/finance/py-bitcoin/bitcoin-1.1.42/bitcoin/
H A Dpy2specials.py37 def changebase(string, frm, to, minlen=0): function
46 return '1' * leadingzbytes + changebase(inp_fmtd+checksum, 256, 58)
H A Dpy3specials.py35 def changebase(string, frm, to, minlen=0): function
50 return '1' * leadingzbytes + changebase(inp_fmtd+checksum, 256, 58)
H A Ddeterministic.py105 return changebase(bindata+bin_dbl_sha256(bindata)[:4], 256, 58)
109 dbin = changebase(data, 58, 256)
H A Dmain.py426 data = b'\x00' * leadingzbytes + changebase(inp, 58, 256)
433 data = b'\x00' * leadingzbytes + changebase(inp, 58, 256)
H A Dtransaction.py199 tx = changebase(tx, 16, 256)
/dports/security/zeronet/ZeroNet-0.7.1/src/lib/pybitcointools/
H A Dpy2specials.py37 def changebase(string, frm, to, minlen=0): function
50 return '1' * leadingzbytes + changebase(inp+checksum, 256, 58)
H A Dpy3specials.py35 def changebase(string, frm, to, minlen=0): function
54 return '1' * leadingzbytes + changebase(inp+checksum, 256, 58)
H A Ddeterministic.py105 return changebase(bindata+bin_dbl_sha256(bindata)[:4], 256, 58)
109 dbin = changebase(data, 58, 256)
H A Dmain.py426 data = b'\x00' * leadingzbytes + changebase(inp, 58, 256)
433 data = b'\x00' * leadingzbytes + changebase(inp, 58, 256)
H A Dtransaction.py199 tx = changebase(tx, 16, 256)
/dports/math/giacxcas/giac-1.6.0/check/
H A Dflanex204 changebase([[1,2],[3,4]],[[1,1],[0,1]]);
205 changebase([[1,2],[3,4]],[[1,0],[0,1]]);
233 changebase([[1,1],[2,3]],[[1,1],[0,1]]);
234 changebase([[1,1],[0,1]],[[1,1],[2,3]]);
235 changebase([[1,2],[1,3]],[[1,1],[0,1]]);
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dtezos2john.py124 def changebase(string, frm, to, minlen=0): function
131 data = b'\x00' * leadingzbytes + changebase(inp, 58, 256)
/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99/gromport/
H A Dmulticonn.cpp115 int ti99_multi_cart_conn_device::get_active_slot(bool changebase, offs_t offset) in get_active_slot() argument
118 if (changebase) in get_active_slot()
H A Dmulticonn.h55 int get_active_slot(bool changebase, offs_t offset);
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99/gromport/
H A Dmulticonn.cpp115 int ti99_multi_cart_conn_device::get_active_slot(bool changebase, offs_t offset) in get_active_slot() argument
118 if (changebase) in get_active_slot()
H A Dmulticonn.h55 int get_active_slot(bool changebase, offs_t offset);
/dports/math/giacxcas/giac-1.6.0/doc/es/
H A Dkeywords30 changebase cambiobase
/dports/math/giacxcas/giac-1.6.0/doc/pt/
H A Daide_cas1423 # changebase
H A Dxcasmenu160 Cmds/Alglin/Gauss/changebase
/dports/math/giacxcas/giac-1.6.0/doc/zh/
H A Daide_cas1423 # changebase
H A Dxcasmenu160 命令/线性代数/Gauss/changebase
/dports/math/giacxcas/giac-1.6.0/doc/local/
H A Dxcasmenu160 Cmds/Alglin/Gauss/changebase
/dports/math/giacxcas/giac-1.6.0/doc/en/
H A Dxcasmenu175 Cmds/Linear Algebra/Gauss/changebase

123