We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfbaa8 commit 1d20c32Copy full SHA for 1d20c32
1 file changed
README.md
@@ -48,7 +48,7 @@ The following list is a small part of the available, but the most often required
48
| ---- | -------- |
49
| `LTC_NO_TEST` | Remove all algorithm self-tests from the library |
50
| `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. |
+| `MAX_RSA_SIZE` | Per default set to `4096`, if you need support for generating bigger RSA keys, change this at compile-time. |
52
| `GMP_DESC` | enable [gmp](https://gmplib.org/) as MPI provider *\*1* |
53
| `LTM_DESC` | enable [libtommath](http://www.libtom.net/) as MPI provider *\*1* |
54
| `TFM_DESC` | enable [tomsfastmath](http://www.libtom.net/) as MPI provider *\*1* *\*2* |
0 commit comments