Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
bytes_to_long(s):
33
return
int.from_bytes(s,
'little'
)
34
35
36
def
long_to_bytes(n, num_bytes):
Callers
11
test_int_to_byte_padding
Method · 0.90
setup
Method · 0.90
calculate_k
Method · 0.90
process_challenge
Method · 0.90
get_ng
Function · 0.85
hash_k
Function · 0.85
calculate_x
Function · 0.85
__init__
Method · 0.85
process_challenge
Method · 0.85
get_random
Function · 0.85
custom_hash
Function · 0.85
Calls
no outgoing calls
Tested by
4
test_int_to_byte_padding
Method · 0.72
setup
Method · 0.72
calculate_k
Method · 0.72
process_challenge
Method · 0.72