MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / hasher

Method hasher

pgpy/constants.py:375–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373
374 @property
375 def hasher(self):
376 return hashlib.new(self.name)
377
378 @property
379 def digest_size(self):

Callers

nothing calls this directly

Calls 1

newMethod · 0.45

Tested by

no test coverage detected