remove b37

This commit is contained in:
rxl
2014-09-24 18:18:30 -04:00
parent b53f3a87c6
commit a82db28da9

View File

@@ -31,7 +31,6 @@ PADDING_BYTE = '\x00'
def gen_salt():
return os.urandom(LENGTHS['salt'])
B37_CHARS = string.digits + string.lowercase + '-'
B38_CHARS = string.digits + string.lowercase + '-.'
B16_CHARS = string.hexdigits[0:16]