aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/test_python.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/test_python.py')
-rw-r--r--src/scripts/test_python.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/scripts/test_python.py b/src/scripts/test_python.py
index e4f115d0c..868de11ab 100644
--- a/src/scripts/test_python.py
+++ b/src/scripts/test_python.py
@@ -197,14 +197,6 @@ class BotanPythonTests(unittest.TestCase):
mce_pub = mce_priv.get_public_key()
self.assertEqual(mce_pub.estimated_strength(), 128)
- mce_plaintext = rng.get(16)
- mce_ad = rng.get(48)
- mce_ciphertext = botan2.mceies_encrypt(mce_pub, rng, 'ChaCha20Poly1305', mce_plaintext, mce_ad)
-
- mce_decrypt = botan2.mceies_decrypt(mce_priv, 'ChaCha20Poly1305', mce_ciphertext, mce_ad)
-
- self.assertEqual(mce_plaintext, mce_decrypt)
-
def test_rsa_load_store(self):
rsa_priv_pem = """-----BEGIN PRIVATE KEY-----