summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorShengkai Sun <shengkai.sun01@gmail.com>2023-04-18 18:15:11 +0800
committerSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:38:33 +0200
commitb94766f775aa3cdc541a66355cb00e439aab3e55 (patch)
tree6c69a9b5f2d94fe1ff177561a383f47d42d27a1f /.gitignore
parent5045b149ba255349730e1c7ad78c61700427c5da (diff)
downloadrsa-git-b94766f775aa3cdc541a66355cb00e439aab3e55.tar.gz
modified: Fixed a bug in rsa/core.py where the message should not be equals to the modulus
modified: Added test cases in tests/test_integers.py
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e31443a..2002142 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ __pycache__/
/build/
/doc/_build/
+.vscode/settings.json