Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ sha256_bytes
Function
sha256_bytes
encrypt_lib/uuid.py:8–11 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
6
import
base64
7
8
def
sha256_bytes(b):
9
sha = hashlib.sha256()
10
sha.update(b)
11
return
sha.digest()
12
13
14
def
process(data, args):
Callers
1
process
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected