Converting BigInt to Bytes Issues #1386
Unanswered
rolandsaven
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Seems to me that there is a problem indeed and I think it's again an endianess problem. I think the problem is maybe
While I would like to try:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm having issues converting a
BigInt
toBytes
. What am I doing wrong?The result in MatchStick is
So, the
BigInt
that was creates fromi32
has appending zeros when converted toBytes
. Why?Beta Was this translation helpful? Give feedback.
All reactions