Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ verify_hash
Method
verify_hash
src/core/service/hash_service.py:30–31 ·
view source on GitHub ↗
(hash1: str, hash2: str)
Source
from the content-addressed store, hash-verified
28
29
@staticmethod
30
def
verify_hash(hash1: str, hash2: str) -> bool:
31
return
secrets.compare_digest(hash1, hash2)
32
33
@staticmethod
34
def
uuid4() -> uuid.UUID:
Callers
1
verify_x_api_key
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected