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