MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / b64sha1

Function b64sha1

src/commoncode/hash.py:267–268  ·  view source on GitHub ↗
(location)

Source from the content-addressed store, hash-verified

265
266
267def b64sha1(location):
268 return checksum(location, name="sha1", base64=True)
269
270
271def sha256(location):

Callers 1

Calls 1

checksumFunction · 0.85

Tested by 1