squeaknode/squeakserver/server/util.py
Jonathan Zernik 057d9495d4
Clean up validation of squeak requests (#37)
* Move hashing function for squeak requests to util module

* Remove sayHello method from protocol
2020-06-06 19:10:12 -07:00

4 lines
58 B
Python

def get_hash(squeak):
return squeak.GetHash()[::-1]