thank you)
hi!
Thank you for your translation, approved
.
it would be very helpful
Approved, thank you
Hi
Input hashes are in MSB
tx_hashes = ["8347cee4a1cb5ad1bb0d92e86e6612dbf6cfc7649c9964f210d4069b426e720a","a16f3ce4dd5deb92d98ef5cf8afeaf0775ebca408f708b2146c4fb42b41e14be"]
So, you should convert it into LSB and then calculate hash(tx0_LSB) and hash(tx1_LSB) at the first step
hash(tx0_LSB)
hash(tx1_LSB)
Notice, you should convert hash(tx0_LSB) into LSB too
3.6.0 enabled
String concatenation. Thank you for your comment, I added it to the description
Understood
Removed
This is a common example of hash calculation
hash01 = hash(hash0+hash1)
This is a detailed example showing that tx_0, tx_1 must be converted to LSB and resulting hash(tx0_LSB+tx1_LSB) returns result in MSB
hash01_MSB = hash(tx0_LSB+tx1_LSB)
That is, it is the same
What confused you?
thank you, fixed
Loading collection data...
thank you)
hi!
Thank you for your translation, approved
.
it would be very helpful
it would be very helpful
Approved, thank you
Hi
Input hashes are in MSB
tx_hashes = ["8347cee4a1cb5ad1bb0d92e86e6612dbf6cfc7649c9964f210d4069b426e720a","a16f3ce4dd5deb92d98ef5cf8afeaf0775ebca408f708b2146c4fb42b41e14be"]
So, you should convert it into LSB and then calculate
hash(tx0_LSB)
andhash(tx1_LSB)
at the first stepNotice, you should convert
hash(tx0_LSB)
into LSB too3.6.0 enabled
String concatenation.
Thank you for your comment, I added it to the description
Understood
Removed
This is a common example of hash calculation
This is a detailed example showing that tx_0, tx_1 must be converted to LSB and resulting hash(tx0_LSB+tx1_LSB) returns result in MSB
That is, it is the same
What confused you?
thank you, fixed