Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ sum32
Function
sum32
hashes/md5.py:84–85 ·
view source on GitHub ↗
(a,b)
Source
from the content-addressed store, hash-verified
82
return
int(new_str,2)
83
84
def
sum32(a,b):
85
return
(a + b) % 2**32
86
87
def
leftrot32(i,s):
88
return
(i << s) ^ (i >> (32-s))
Callers
1
md5me
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected