Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
GSongHashrate committed Oct 3, 2015
1 parent 036316f commit 03bb23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecc_k1_projects_basics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void precomputeTable(int window_size){
for (int i = 1; i < numberOfValues; i++) {
secp256k1_gej_add_var(&table[j*numberOfValues + i], &table[j*numberOfValues + i - 1], &gbase, NULL);
}
/* Multiply gbase by 16. */

for (int i = 0; i < window_size; i++) {
secp256k1_gej_double_var(&gbase, &gbase, NULL);
}
Expand Down

0 comments on commit 03bb23d

Please sign in to comment.