Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions examples/base85_to_reduce_output_size.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"""
This file illustrates how one can reduce the output size
"""This file illustrates how one can reduce the output size
by using base85 encoding.

The default encoding is base64.
Note: base16 and base32 encoding can also be used, but they increase (not reduce) output size.
"""

from puzzle_generator.create_puzzle import create

_PUZZLE = [
Expand Down