Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
def
b64sha1(location):
268
return
checksum(location, name=
"sha1"
, base64=True)
269
270
271
def
sha256(location):
Callers
1
test_sha1_checksum_base64
Method · 0.90
Calls
1
checksum
Function · 0.85
Tested by
1
test_sha1_checksum_base64
Method · 0.72