You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.8.18 (default, Oct 12 2024, 13:37:44)
[GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import base62
>>> base62.encodebytes('333333333333333333333333333333333333333'.encode())
'12crJoybWfE2zqqnxPeYnbDOEcx8Lkv7ksPxzAA8kmM5Yb25Eb6bD'
output:
but in
pybase62
: https://pypi.org/project/pybase62/another go library https://pkg.go.dev/github.com/deatil/[email protected]/base62 output is the same with
pybase62
.Therefore, I suspect that the output of
keys-pub/keys/encoding
library is incorrect.The text was updated successfully, but these errors were encountered: