cryptopals/template.py

8 lines
86 B
Python

import helper, cryptlib
def main():
pass
if __name__ == '__main__':
main()