Spaces:
Running
on
Zero
Running
on
Zero
File size: 174 Bytes
3d2aa58 |
1 2 3 4 5 6 7 |
import hmac
import hashlib
import base64
def validate_signature(body: str, signature: str, secret: str) -> bool:
# implementation of validate_signature function
pass |