> On Jan 24, 2017, at 4:27 AM, George Kadianakis <desnacked at riseup.net> 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?