Skip to content

Commit 1d20c32

Browse files
committed
update README
[skip ci]
1 parent 9cfbaa8 commit 1d20c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following list is a small part of the available, but the most often required
4848
| ---- | -------- |
4949
| `LTC_NO_TEST` | Remove all algorithm self-tests from the library |
5050
| `LTC_NO_FILE` | Remove all API functions requiring a pre-defined `FILE` data-type (mostly useful for embedded targets) |
51-
| `MAX_RSA_SIZE` | Per default set to `4096`, if you need support for importing or generating bigger RSA keys, change this at compile-time. |
51+
| `MAX_RSA_SIZE` | Per default set to `4096`, if you need support for generating bigger RSA keys, change this at compile-time. |
5252
| `GMP_DESC` | enable [gmp](https://gmplib.org/) as MPI provider *\*1* |
5353
| `LTM_DESC` | enable [libtommath](http://www.libtom.net/) as MPI provider *\*1* |
5454
| `TFM_DESC` | enable [tomsfastmath](http://www.libtom.net/) as MPI provider *\*1* *\*2* |

0 commit comments

Comments
 (0)