MCPcopy Create free account
hub / github.com/ProtonMail/proton-python-client / bytes_to_long

Function bytes_to_long

proton/srp/util.py:32–33  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

30
31
32def bytes_to_long(s):
33 return int.from_bytes(s, 'little')
34
35
36def long_to_bytes(n, num_bytes):

Callers 11

setupMethod · 0.90
calculate_kMethod · 0.90
process_challengeMethod · 0.90
get_ngFunction · 0.85
hash_kFunction · 0.85
calculate_xFunction · 0.85
__init__Method · 0.85
process_challengeMethod · 0.85
get_randomFunction · 0.85
custom_hashFunction · 0.85

Calls

no outgoing calls

Tested by 4

setupMethod · 0.72
calculate_kMethod · 0.72
process_challengeMethod · 0.72