cryptopals/tests/01.py

11 lines
149 B
Python

#!/usr/bin/env python
from cryptopals import helper
from cryptopals import cryptopals
def main():
pass
if __name__ == '__main__':
main()