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
In EIP-0004, the encoding in R4 is given as '\x0e' + intToVlq(byteArray.length) + byteArray
Would be good to have a link or a code snippet explaining how to implement intToVlq
The text was updated successfully, but these errors were encountered:
scalahub
changed the title
Give reference of algorithm intToVlq and test vectors
[EIP-0004] Give reference of algorithm intToVlq and test vectors
Jun 5, 2020
scalahub
changed the title
[EIP-0004] Give reference of algorithm intToVlq and test vectors
[EIP-0004] Give reference of algorithm intToVlqJun 7, 2020
In EIP-0004, the encoding in R4 is given as
'\x0e' + intToVlq(byteArray.length) + byteArray
Would be good to have a link or a code snippet explaining how to implement
intToVlq
The text was updated successfully, but these errors were encountered: