2020-12-29 10:10:14 +01:00
|
|
|
#TODO
|
2021-04-15 05:06:19 +02:00
|
|
|
- Implement the new way to genetatekey to mode `bsgs` this will improve the speed of bsgs ten times more.
|
2020-12-29 10:10:14 +01:00
|
|
|
- GPU support
|
|
|
|
- Make a test files for All cases of input data with fixed ranges of search
|
2021-04-15 05:06:19 +02:00
|
|
|
- address BTC legacy, bech32, ETH
|
2020-12-29 10:10:14 +01:00
|
|
|
|
|
|
|
#DONE
|
2021-04-15 05:06:19 +02:00
|
|
|
- Optimize Point Addition, maybe with a custom bignumber lib instead libgmp
|
|
|
|
This was done in the version `0.1.20210412 secp256k1` we change from libgmp to secp256k1
|
2021-03-18 11:00:36 +01:00
|
|
|
- Added sha3 same files used by brainflayer
|
|
|
|
- Added mode rmd160
|
|
|
|
- Fixed the bug in Partition process of Introsort
|
2020-12-29 10:10:14 +01:00
|
|
|
- Fixed Quicksort edges cases (All data already sorted)
|
|
|
|
To fix it Introsort was inmplement
|
|
|
|
- Fixed bottleneck of Point - Scalar multiplication
|
|
|
|
This was fix implementing a fixed Doubling Point G
|
|
|
|
Also part of this was made by bypassing it and implementing Point addition
|