Home
last modified time | relevance | path

Searched refs:_trans_36 (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dhashlib.py186 _trans_36 = bytes((x ^ 0x36) for x in range(256)) variable
215 inner.update(password.translate(_trans_36))