Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/category-labs/monad
/ _permute
Function
_permute
scripts/page_commit_reference.py:95–96 ·
view source on GitHub ↗
(m: list[int])
Source
from the content-addressed store, hash-verified
93
94
95
def
_permute(m: list[int]) -> list[int]:
96
return
[m[MSG_PERMUTATION[i]]
for
i in range(16)]
97
98
99
def
blake3_compress(cv: bytes, block: bytes, flags: int) -> bytes:
Callers
1
blake3_compress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected