< gmaxwell> Do we care that the proposed AES implementation for wallet crypto is hugely sidechannel vulnerable?
< phantomcircuit> gmaxwell, is it worse than openssl?
< gmaxwell> I haven't looked but I assume that openssl has a sidechannel defened aes implementation (and on hardware with it-- would use AES-NI).
< gmaxwell> defended.
< sipa> if we don't care about the speed, perhaps a very straightforward implementation without tables is better
< gmaxwell> I don't think we care about speed there.
< GitHub165> [bitcoin] raedah closed pull request #7569: show multiparty transactions clearly in qt transaction list (master...fixtxdisplay) https://github.com/bitcoin/bitcoin/pull/7569
< GitHub4> [bitcoin] btcdrak opened pull request #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113 (master...vb_68_112_113_1) https://github.com/bitcoin/bitcoin/pull/7648
< Luke-Jr> sipa: is there perhaps a way to get an ordered index number for each UTXO item?
< sipa> Luke-Jr: you mean append-only, counting transactions/outputs since genesis?
< Luke-Jr> any deterministic way would work I think
< sipa> use txid? :)
< Luke-Jr> sipa: well, I'm trying to avoid sending several MB over the network :P
< sipa> elaborate?
< Luke-Jr> sipa: when connecting to a node, I want to sync stake votes; however, if many/all UTXOs vote, I want to convey this as a range of indexes so it doesn't get to be several MB of txids
< sipa> that would be an exceptional case
< sipa> a worse situation will occur if a random 50% vote
< gmaxwell> Luke-Jr: if you're syncing votes, you want set reconcillation.
< GitHub188> [bitcoin] laanwj closed pull request #7643: Remove always true cases in wallet/crypter.cpp encrypt and decrypt function (master...master) https://github.com/bitcoin/bitcoin/pull/7643