|
4
RIPEMD160(step 3)
|
5
5 bits binary on the result of the step 4
|
6
Array dec = 'data' on the result of the step 5
64
|
7
Converts this to an array of 5-bit unsigned integers (base 2^5=32)
|
8
Add the witness version byte (00) current version is 0.
66
|
9
Checksum step 6 and the H.R.P (hrp = 'bc' or 'ltc', step 6)
|
10
Step 8 and step 9
78
|
11
Map each value to its corresponding character in Bech32Chars
|
12
|
|
4
redeemScript (1-of-1): SHA256(step 3)
|
5
5 bits binary on the result of the step 4
260
|
6
Array dec = 'data' on the result of the step 5
106
|
7
Compute the checksum by using the data from step 5 and the H.R.P
12
|
Checksum dec
12
|
8
Append the checksum to result of step 6 (we now have an array of 5-bit integers)
118
|
9
Map each value to its corresponding character in Bech32Chars 00 -> q, 03 -> r,...
|
10
|
|