Check out the new USENIX Web site.

next up previous
Next: Phase 3: Updating control Up: Bid resolution Previous: Phase 1: Determining the

Phase 2: Determining the digit of the selling price

Thew auctioneers now compute

displaymath1282

The inner summations may be performed without communication. Simple dynamic programming can be used to perform these summations in tex2html_wrap_inline1284 additions (of points in the field tex2html_wrap_inline1286 ). The tex2html_wrap_inline1288 multiplications require a degree reduction step on these tex2html_wrap_inline1290 products. The outer summations may then be performed with tex2html_wrap_inline1292 field additions and no communication.

The outer summation runs over the indices for the partitions. The inner summations run over all j in each half of a particular partition. These summations act like a logical OR operation over one side of the partition. In other words, if the partition side contains one or more bids which are at least as high as the test value, then the evaluation of this sum at 0 will be non-zero. For the polynomial result of multiplying the two inner summations, the evaluation at 0 will be non-zero only when the there is at least one bid on each side of the partition which is as high as the test bid. From this it is clear that no summand in the outer summation will have a value at 0 which is non-zero unless there are at least two bids which are at least as high as the test value. Conversely, we chose the partitions such that some partition would separate any pair tex2html_wrap_inline1296 , so if there are two bids which are greater than the test bid, then at least one summand has a value at 0 which is non-zero. This means that (with high probability, see section 4.8) tex2html_wrap_inline1298 will be non-zero if and only if there are at least two bids at least as high as the test bid, or, equivalently, that the selling price is at least as high as the test bid.

By this stage, the auctioneers must have agreed on two further shared polynomials for each value of l: one of degree t (call it tex2html_wrap_inline1304 ) which is selected uniformly randomly from tex2html_wrap_inline1306 and one of degree 2t (call it tex2html_wrap_inline1310 ) which is selected to be uniformly random up to the constraint that its value at 0 is 0. The k subscript is used to indicate that different polynomials should be chosen for each round. Since they are dependent only on m, c, and p, the tex2html_wrap_inline1324 and tex2html_wrap_inline1326 may be generated in batches and used over the course of many auctions.

The auctioneers compute tex2html_wrap_inline1328 . This computation has no influence on the determination of the winner or selling price. Rather, it is necessary to preserve secrecy of the bids when tex2html_wrap_inline1330 is revealed. The need for this step is not entirely theoretical; if it is not performed, there is an attack by a combination of an auctioneer and some bidders which could potentially reveal certain information about competing bids. Revealing tex2html_wrap_inline1332 indicates only whether tex2html_wrap_inline1334 is zero or non-zero, which is exactly the information we will use to decide the tex2html_wrap_inline1336 digit of the selling price.

Now, the secrets of these tex2html_wrap_inline1338 are computed by the auctioneers (i.e., the values tex2html_wrap_inline1340 ). Let tex2html_wrap_inline1342 be the the largest value of l for which tex2html_wrap_inline1346 ( tex2html_wrap_inline1348 if tex2html_wrap_inline1350 for all l). The tex2html_wrap_inline1354 digit of the bid is now set equal to tex2html_wrap_inline1356 (i.e. tex2html_wrap_inline1358 ).



next up previous
Next: Phase 3: Updating control Up: Bid resolution Previous: Phase 1: Determining the



Doug Tygar
Wed Jul 22 10:16:16 EDT 1998