mirror of
https://github.com/albertobsd/keyhunt.git
synced 2025-09-27 05:16:37 +02:00
bsgs optimization, bug fixed and warning removed, check CHANGELOG
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#Version 0.1.20210320 K*BSGS
|
||||
- Solved little error with compress and uncompress new param -l. See https://github.com/albertobsd/keyhunt/issues/17
|
||||
- funtion bsgs optimized to use a little less RAM (not related with Pfile)
|
||||
- Again removed some compile warnings. See https://github.com/albertobsd/keyhunt/issues/16
|
||||
|
||||
#Version 0.1.20210311 K*BSGS
|
||||
- Added mode rmd160, this method works two times faster than Address method. This mode can search all the altcoins
|
||||
|
||||
|
2
bPfile.c
2
bPfile.c
@@ -113,7 +113,7 @@ int main(int argc, char **argv) {
|
||||
mpz_set(point_t.x,P.x);
|
||||
mpz_set(point_t.y,P.y);
|
||||
gmp_sprintf(temporal,"%0.64Zx",P.x);
|
||||
hexs2bin(temporal,rawvalue);
|
||||
hexs2bin(temporal,(unsigned char *)rawvalue);
|
||||
fwrite(rawvalue,1,32,p_file);
|
||||
Point_Addition(&G,&point_t,&P);
|
||||
i++;
|
||||
|
Reference in New Issue
Block a user