Skip to content

Commit

Permalink
Merge pull request #304 from ericonr/readme
Browse files Browse the repository at this point in the history
Fix comment in code shown in the README.
  • Loading branch information
veorq authored Feb 12, 2021
2 parents 63a62b9 + 4d961df commit 60b31a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int main(void)
uint8_t *pwd = (uint8_t *)strdup(PWD);
uint32_t pwdlen = strlen((char *)pwd);

uint32_t t_cost = 2; // 1-pass computation
uint32_t t_cost = 2; // 2-pass computation
uint32_t m_cost = (1<<16); // 64 mebibytes memory usage
uint32_t parallelism = 1; // number of threads and lanes

Expand Down

0 comments on commit 60b31a3

Please sign in to comment.