summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-02-22 02:18:27 -0500
committerMalfurious <m@lfurio.us>2024-02-22 02:18:27 -0500
commit8711d4946213a87699e6a20f6cd1db57170bf523 (patch)
treebcab1e8a43ad78c5bcf4d4fafafc4014444b5dcf
parent76762d3d7789247a83edda4a9be6442778a6679d (diff)
downloadlib-des-gnux-8711d4946213a87699e6a20f6cd1db57170bf523.tar.gz
lib-des-gnux-8711d4946213a87699e6a20f6cd1db57170bf523.zip
RSA link to factordb
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r--docs/crypto/rsa.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/crypto/rsa.txt b/docs/crypto/rsa.txt
index a047f07..f9442fc 100644
--- a/docs/crypto/rsa.txt
+++ b/docs/crypto/rsa.txt
@@ -41,3 +41,9 @@ To perform fast mod expo for encryption, use pow(plaintext, e, n)
... for decryption, use pow(cyphertext, d, n)
To calculate mod inverse, use pow(e, -1, phi).
+
+
+
+Extras
+------
+http://factordb.com/