From c0550e797259406ae85425e4994c75e455cb9a4b Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:04:45 +0100 Subject: [PATCH] Update nc_paillier.py --- .../CTFs_Writeups/ASIS-final/crypto_paillier/nc_paillier.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/nc_paillier.py b/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/nc_paillier.py index 34eee99..82d7307 100644 --- a/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/nc_paillier.py +++ b/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/nc_paillier.py @@ -1,7 +1,6 @@ #!/usr/bin/python -__author__ = "bt3gl" -__email__ = "bt3gl@gmail.com" +__author__ = "Mia Stein" import decimal