Skip to content

Commit

Permalink
document support very large integers #158
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee authored and dcousens committed Nov 30, 2017
1 parent ff8979b commit b006ec8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ counterparts in red context:
* `a.redNeg()`
* `a.redPow(b)` - modular exponentiation


### Number Size

Optimized for elliptic curves that work with 256-bit numbers. There is no limitation on the size of the numbers.

## LICENSE

This software is licensed under the MIT License.
Expand Down

0 comments on commit b006ec8

Please sign in to comment.