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

Method update

proton/srp/pmhash.py:12–13  ·  view source on GitHub ↗
(self, b)

Source from the content-addressed store, hash-verified

10 self.b = b
11
12 def update(self, b):
13 self.b += b
14
15 def digest(self):
16 return hashlib.sha512(

Callers 12

bn_hashFunction · 0.80
bn_hash_kFunction · 0.80
update_hashFunction · 0.80
hash_kFunction · 0.80
calculate_client_proofFunction · 0.80
calculate_server_proofFunction · 0.80
custom_hashFunction · 0.80
calculate_kMethod · 0.80

Calls

no outgoing calls

Tested by 3

calculate_kMethod · 0.64