4 Commits

Author SHA1 Message Date
Alberto
2edbebf862 BSGS Server (Only linux) 2023-05-29 23:33:49 -06:00
AlbertoBSD
6086ddd5e9 0.2.211007 Chocolate ¡Beta! 2021-10-11 07:09:41 +02:00
AlbertoBSD
fe62107fb7 full migration from libgmp to secp256k1.
I get mixed result about the speed performance:
- bP Table creation is 4 or 5 times faster
- address and rmd160 get the same speed. WHY?
- xpoint get less speed. WTF?
- bsgs not implemented yet.

I need to move every mode to his own funtion to see if the xpoint speed get the double speed as spected.
If nothing of this works, i will only keep the changes about the bP table creation (the only good change at the momment)
2021-04-13 21:24:07 +02:00
AlbertoBSD
f24c60c08d bPtable create by secp256k1 first test 2021-04-03 02:27:40 +02:00