Add more [examples](https://github.com/vil02/puzzle_generator/tree/master/examples) illustrating the usage of `create_puzzles` with different settings (i.e. different hashing functions, salts/spices etc.). Refer to: - [`examples/basic_usage.py`](https://github.com/vil02/puzzle_generator/blob/6cba4d35b5a2ba77d122f489159fcae468563deb/examples/basic_usage.py) as a _template_, - [`tests/test_create_puzzle.py`](https://github.com/vil02/puzzle_generator/blob/6cba4d35b5a2ba77d122f489159fcae468563deb/tests/test_create_puzzle.py#L125) for available setting. Feel free to add one example per pull-request. Related to #112.
Add more examples illustrating the usage of
create_puzzleswith different settings (i.e. different hashing functions, salts/spices etc.). Refer to:examples/basic_usage.pyas a template,tests/test_create_puzzle.pyfor available setting.Feel free to add one example per pull-request.
Related to #112.