Skip to content

Commit

Permalink
Merge pull request indutny#154 from cowlicks/patch-2
Browse files Browse the repository at this point in the history
Fix incorrect link in README.
  • Loading branch information
dcousens authored Dec 18, 2016
2 parents ddcb2cf + 405a42c commit 49b4576
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 @@ -152,7 +152,7 @@ Or:
var red = BN.mont(num);
```

To reduce numbers with [Montgomery trick][1]. `.mont()` is generally faster than
To reduce numbers with [Montgomery trick][0]. `.mont()` is generally faster than
`.red(num)`, but slower than `BN.red(primeName)`.

### Converting numbers
Expand Down

0 comments on commit 49b4576

Please sign in to comment.