While the library claims to deal with int64 and *big.Int, what is not written is that it does not deal well with negative numbers. e.g. try: ``` hash := base62.EncodeInt64(-8357271895528378933) "" ```