From 8711d4946213a87699e6a20f6cd1db57170bf523 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 22 Feb 2024 02:18:27 -0500 Subject: RSA link to factordb Signed-off-by: Malfurious --- docs/crypto/rsa.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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/ -- cgit v1.2.3