Skip to content

Instantly share code, notes, and snippets.

import base64
import binascii
import hashlib
import hmac
import requests
import scrypt
import binascii
def hex2bin(hex):
return binascii.unhexlify(hex)