This website requires JavaScript.
Explore
Help
Sign In
Qortal
/
altcoinj
Watch
1
Star
0
Fork
1
You've already forked altcoinj
mirror of
https://github.com/Qortal/altcoinj.git
synced
2025-07-31 20:11:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
69de1f01acf9ead170449ed51ff31ed0b8c5b396
altcoinj
/
core
History
Mike Hearn
69de1f01ac
ECKey/DeterministicKey: replace ECPoint with a LazyECPoint wrapper that doesn't delays parsing of key bytes into a key structure until it's needed. The process of decoding keys from the wallet previously involved decompressing/recompressing them which was taking ~seconds for hundreds of keys on Dalvik/2012 era Androids. After this patch loading such a wallet takes a few hundred milliseconds, most of which is spent inside RIPEMD160.
2014-11-24 13:16:15 +01:00
..
src
ECKey/DeterministicKey: replace ECPoint with a LazyECPoint wrapper that doesn't delays parsing of key bytes into a key structure until it's needed. The process of decoding keys from the wallet previously involved decompressing/recompressing them which was taking ~seconds for hundreds of keys on Dalvik/2012 era Androids. After this patch loading such a wallet takes a few hundred milliseconds, most of which is spent inside RIPEMD160.
2014-11-24 13:16:15 +01:00
findbugs.xml
Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central.
2014-09-30 17:05:07 +02:00
pom.xml
Fix Orchid hash again
2014-11-17 17:23:15 +01:00