Skip to content

Commit 8e8d607

Browse files
committed
Remove dead/stupid code
1 parent a674da2 commit 8e8d607

File tree

1 file changed

+0
-11
lines changed
  • Cryptopal-Challenges/brice/python

1 file changed

+0
-11
lines changed

Cryptopal-Challenges/brice/python/utils.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
1212
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
1313
from cryptography.hazmat.backends import default_backend
1414

15-
class Test(object):
16-
def __init__(self):
17-
self.plaintext = bytearray("""There was once a lamb with purple wool.
18-
The others in the flock thought him a fool.
19-
Shame for them, when easter came,
20-
The purple wool went to the fair
21-
The other lambs ended up as easter fare!
22-
""")
23-
24-
TEST = Test()
25-
2615

2716
def mapKeys(d, newKey):
2817
return dict([(newKey(k), v) for k,v in d.items()])

0 commit comments

Comments
 (0)