diff options
author | Malfurious <m@lfurio.us> | 2024-02-22 02:18:27 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-02-22 02:18:27 -0500 |
commit | 8711d4946213a87699e6a20f6cd1db57170bf523 (patch) | |
tree | bcab1e8a43ad78c5bcf4d4fafafc4014444b5dcf /docs | |
parent | 76762d3d7789247a83edda4a9be6442778a6679d (diff) | |
download | lib-des-gnux-8711d4946213a87699e6a20f6cd1db57170bf523.tar.gz lib-des-gnux-8711d4946213a87699e6a20f6cd1db57170bf523.zip |
RSA link to factordb
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/crypto/rsa.txt | 6 |
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/ |