Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ new
Function
new
pager_lib/smb/utils/sha256.py:9–10 ·
view source on GitHub ↗
(m=None)
Source
from the content-addressed store, hash-verified
7
blocksize = 1
8
9
def
new(m=None):
10
return
sha256(m)
11
12
class
sha256(object):
13
_k = (0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5,
Callers
1
make_copy
Method · 0.85
Calls
1
sha256
Class · 0.85
Tested by
no test coverage detected