This will require some tweaking yet. We could use signed combs to add 1
bit to the table (currently 4) without making it any bigger. We should
hoist buffer wipes out of the double and add operations. We could
consider other means of adding and doubling, to save multiplications and
to reduce table sizes (smaller tables have faster constant time lookup).
But we're faster than key exchange already. We're on the right track.