MCPcopy 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
11def bytes_to_mac(b):
12 return '-'.join(f'{x:02X}' for x in b)
13
14def process(data, args):
15 addresses = []

Callers 1

processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected