import hashlib def ds_gen(dsize): def main(): dsize = int(input("Enter data size: ")) if __name__ == '__main__': main()