9b40838f25
pointMult is faster than the pure python arithmetic.privtopub Additionally in makeCryptor the call to a.privtopub could have just simply be changed to call the local privToPub but then privkey would have been dehexified twice (once in makeCryptor, then again in privToPub) and privToPub would have hexified its result only for makeCryptor to immediately dehexify it. This sort of unnecessary hexifying/dehexifying seems to occur throughout PyBitmessage. |
||
---|---|---|
.. | ||
bitmessageqt | ||
images | ||
pyelliptic | ||
socks | ||
translations | ||
addresses.py | ||
api_client.py | ||
api.py | ||
bitmessagemain.py | ||
build_osx.py | ||
class_addressGenerator.py | ||
class_objectHashHolder.py | ||
class_objectProcessor.py | ||
class_outgoingSynSender.py | ||
class_receiveDataThread.py | ||
class_sendDataThread.py | ||
class_singleCleaner.py | ||
class_singleListener.py | ||
class_singleWorker.py | ||
class_sqlThread.py | ||
debug.py | ||
defaultKnownNodes.py | ||
helper_bitcoin.py | ||
helper_bootstrap.py | ||
helper_generic.py | ||
helper_inbox.py | ||
helper_sent.py | ||
helper_sql.py | ||
helper_startup.py | ||
highlevelcrypto.py | ||
message_data_reader.py | ||
namecoin.py | ||
proofofwork.py | ||
qidenticon.py | ||
shared.py | ||
singleton.py | ||
tr.py |