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

Function sha512

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

Source from the content-addressed store, hash-verified

273
274
275def sha512(location):
276 return checksum(location, name="sha512", base64=False)
277
278
279def sha1_git(location):

Callers 1

test_sha512_checksumMethod · 0.90

Calls 1

checksumFunction · 0.85

Tested by 1

test_sha512_checksumMethod · 0.72