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