Skip to content

Commit

Permalink
version string corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
albertobsd committed Mar 22, 2021
1 parent b8f6434 commit c056b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyhunt.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct tothread {
char *rpt; //rng per thread
};

const char *version = "0.1.20210321 K*BSGS";
const char *version = "0.1.20210322";
const char *EC_constant_N = "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141";
const char *EC_constant_P = "fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f";
const char *EC_constant_Gx = "79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798";
Expand Down

0 comments on commit c056b4a

Please sign in to comment.