Home
last modified time | relevance | path

Searched defs:hex_sha1_of_bytes (Results 1 – 2 of 2) sorted by relevance

/dports/devel/b2/B2_Command_Line_Tool-1.3.8/b2/
H A Dutils.py135 def hex_sha1_of_bytes(data): function
/dports/devel/py-b2sdk/b2sdk-1.12.0/b2sdk/utils/
H A D__init__.py155 def hex_sha1_of_bytes(data: bytes) -> str: function