MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / MD4

Function MD4

pager_lib/smb/ntlm.py:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 hashlib.new('md4')
9
10 def MD4(): return hashlib.new('md4')
11except ( ImportError, ValueError ):
12 from .utils.md4 import MD4
13

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected