PyBitmessage/src
bmng-dev 9b40838f25 Use pointMult instead of arithmetic.privtopub
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.
2014-05-21 11:08:15 +00:00
..
bitmessageqt added dutch translation option to settings dialog 2014-05-19 16:01:46 -04:00
images removed images/can-icon-24px_2.png 2013-11-01 19:28:44 -04:00
pyelliptic check return value of RAND_bytes 2013-10-13 14:08:12 -04:00
socks Debian packaging 2013-04-01 20:23:32 +01:00
translations Merge pull request #670 from Atheros1/master 2014-05-19 16:04:32 -04:00
addresses.py modified addresses.decodeAddress so that API decodeAddress works properly 2013-10-25 19:57:06 -04:00
api.py rename bitmessageapi.py to api.py 2014-01-12 19:56:30 -05:00
api_client.py more v4 address work. Should be done. 2013-09-18 00:04:01 -04:00
bitmessagemain.py Add support for IPv6 2014-03-12 01:48:48 +00:00
build_osx.py Increment version number to 0.4.2 2014-01-20 23:04:41 -05:00
class_addressGenerator.py Move pointMult to highlevelcrypto 2014-05-21 10:06:20 +00:00
class_objectHashHolder.py delay addr messages random number of seconds 2013-09-09 19:26:32 -04:00
class_objectProcessor.py Fix #611; also swap print statements out for loggers 2014-01-16 20:10:04 -05:00
class_outgoingSynSender.py Merge pull request #639 from bpeel/wip/trusted-peer 2014-04-30 17:42:28 -04:00
class_receiveDataThread.py Merge pull request #639 from bpeel/wip/trusted-peer 2014-04-30 17:42:28 -04:00
class_sendDataThread.py resolve merge conflict 2014-04-30 18:48:00 -04:00
class_singleCleaner.py add missing import 2014-01-20 13:45:21 -05:00
class_singleListener.py Merge pull request #639 from bpeel/wip/trusted-peer 2014-04-30 17:42:28 -04:00
class_singleWorker.py Move pointMult to highlevelcrypto 2014-05-21 10:15:07 +00:00
class_sqlThread.py on close, save objectProcessorQueue to disk 2013-12-02 01:35:34 -05:00
debug.py Portable mode moves debug.log 2013-07-15 15:45:03 -04:00
defaultKnownNodes.py Fix #662 - 'PyBitmessage does not wait for verack' 2014-04-30 15:39:25 -04:00
helper_bitcoin.py Fixed missing arithmetic import in helper_bitcoin file 2013-06-21 12:58:36 +01:00
helper_bootstrap.py feature_v1 2013-10-02 04:14:53 +04:00
helper_generic.py Added a number of missing imports fixing several issues (thank you PyDev) 2013-06-23 20:52:39 +01:00
helper_inbox.py [NEW FEATURE] Implemented the indicator in tray icon that there are unread messages. 2013-11-28 17:05:53 -08:00
helper_sent.py use helper_sql for helper_sent 2013-08-29 07:27:09 -04:00
helper_sql.py fixes to new SQL refactoring 2013-09-02 23:14:43 -04:00
helper_startup.py Merge pull request #639 from bpeel/wip/trusted-peer 2014-04-30 17:42:28 -04:00
highlevelcrypto.py Use pointMult instead of arithmetic.privtopub 2014-05-21 11:08:15 +00:00
message_data_reader.py [NEW FEATURE] Implemented the indicator in tray icon that there are unread messages. 2013-11-28 17:05:53 -08:00
namecoin.py fix #474 2013-09-04 12:53:18 -04:00
proofofwork.py on close, save objectProcessorQueue to disk 2013-12-02 01:35:34 -05:00
qidenticon.py nonfunctional identicon settings-GUI 2013-09-18 17:39:45 +02:00
shared.py Merge pull request #639 from bpeel/wip/trusted-peer 2014-04-30 17:42:28 -04:00
singleton.py Added a number of missing imports fixing several issues (thank you PyDev) 2013-06-23 20:52:39 +01:00
tr.py fixed #486 2013-09-06 13:41:24 -04:00