Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ bytes_to_mac
Function
bytes_to_mac
encrypt_lib/mac.py:11–12 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
9
return
sha.digest()
10
11
def
bytes_to_mac(b):
12
return
'-'
.join(f
'{x:02X}'
for
x in b)
13
14
def
process(data, args):
15
addresses = []
Callers
1
process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected