Usage ===== .. code-block:: python from kha256 import quick_hash result = quick_hash("Hello World!") print(result)