MCPcopy 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

7blocksize = 1
8
9def new(m=None):
10 return sha256(m)
11
12class sha256(object):
13 _k = (0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5,

Callers 1

make_copyMethod · 0.85

Calls 1

sha256Class · 0.85

Tested by

no test coverage detected