Re: [tor-dev] [RFC] Proposal for the encoding of prop224 onion addresses

2017-01-25 Thread teor
> 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 ||

Re: [tor-dev] [RFC] Proposal for the encoding of prop224 onion addresses

2017-01-25 Thread Arlo Breault
> 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?