> On 26 Jan 2017, at 09:59, Arlo Breault wrote:
>
>
>> On Jan 24, 2017, at 4:27 AM, George Kadianakis wrote:
>>
>> onion_address = base32(pubkey || checksum || version)
>> checksum = SHA3(".onion checksum" || pubkey || version)
>
> Any reason not to have the order of,
> pubkey || checksum ||
> On Jan 24, 2017, at 4:27 AM, George Kadianakis wrote:
>
> onion_address = base32(pubkey || checksum || version)
> checksum = SHA3(".onion checksum" || pubkey || version)
Any reason not to have the order of,
pubkey || checksum || version
be the same in both?