minor updates

This commit is contained in:
Andy 2014-10-31 16:05:37 +01:00
parent cd56e38c04
commit 4890ceae1d

View File

@ -1,5 +1,8 @@
RSA and Chinese Remainder Theorem (CRT)
Using the Chinese Remainder Theorem you can run the decryption operation faster.
You can use as reference OpenSSL's RSA module that can produce following output, e.g.
```bash