idontyboi
Results
1
issues of
idontyboi
Hello, what you use on base85.decode looks like using math.floor to extract bits from numbers. You can use bit32.extract instead to gain some speedup (and bit32.rshift for the first byte)...