kenken999's picture
d
3d2aa58
raw
history blame
174 Bytes
import hmac
import hashlib
import base64
def validate_signature(body: str, signature: str, secret: str) -> bool:
# implementation of validate_signature function
pass