From 112ad655a616ca784ff0e5848f70e1f40a6b2db0 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:23 +0100 Subject: [PATCH] Update answer_pallier.py --- .../CTFs_Writeups/ASIS-final/crypto_paillier/answer_pallier.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/answer_pallier.py b/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/answer_pallier.py index 7188160..9f3e990 100644 --- a/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/answer_pallier.py +++ b/CTFs_and_WarGames/CTFs_Writeups/ASIS-final/crypto_paillier/answer_pallier.py @@ -1,7 +1,6 @@ #!/usr/bin/python -__author__ = "bt3gl" -__email__ = "bt3gl@gmail.com" +__author__ = "Mia Stein" import decimal import socket