Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created July 14, 2024 11:45
Show Gist options
  • Save pschanely/48c0b45ea8ca9251a90f327f39324be8 to your computer and use it in GitHub Desktop.
Save pschanely/48c0b45ea8ca9251a90f327f39324be8 to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
import hashlib
def dohash(buf: bytes):
""" post: True """
return hashlib.sha256(buf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment