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
BigInttoBytes. What am I doing wrong?The result in MatchStick is
So, the
BigIntthat was creates fromi32has appending zeros when converted toBytes. Why?Beta Was this translation helpful? Give feedback.
All reactions