US20110178893A1 - System and method for quantitative competition and recording medium having recorded thereon program for implementing the method - Google Patents

System and method for quantitative competition and recording medium having recorded thereon program for implementing the method Download PDF

Info

Publication number
US20110178893A1
US20110178893A1 US13/074,552 US201113074552A US2011178893A1 US 20110178893 A1 US20110178893 A1 US 20110178893A1 US 201113074552 A US201113074552 A US 201113074552A US 2011178893 A1 US2011178893 A1 US 2011178893A1
Authority
US
United States
Prior art keywords
aimed
value
index
server device
values
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US13/074,552
Inventor
Kunio Kobayashi
Hikaru Morita
Koutarou Suzuki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from JP20500499A external-priority patent/JP3619394B2/en
Priority claimed from JP24706099A external-priority patent/JP3619401B2/en
Priority claimed from JP2000016020A external-priority patent/JP2001209737A/en
Priority claimed from JP2000047323A external-priority patent/JP2001236450A/en
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to US13/074,552 priority Critical patent/US20110178893A1/en
Publication of US20110178893A1 publication Critical patent/US20110178893A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/08Auctions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Definitions

  • the present invention relates to a quantitative competition system and method which compare aimed or intended values of participants and publish the highest or lowest value but hide the other values, and a recording medium on which there is recorded a program for implementing the method. More particularly, the invention pertains to a system and method for quantitative comparison of secret values, for example, in electronic lottery, electronic voting, or electronic sealed-bid auction under circumstances where many participants are allowed to access the server online across the Internet.
  • FIG. 1 is depicts in block form the configuration of a conventional electronic competitive bidding or sealed-bid auction system.
  • a notice of auction is input to bidding devices 10 1 to 10 M , which send their identifiers ID 1 to ID M and bidding prices PR 1 to PR M to a bid-opening device 20 .
  • the bidding price is sent in compressed form, and if it is necessary to identify the data, it is sent together with a digital signature of the bidder.
  • the bid-opening device 20 detects the highest (or lowest) one of the bid values received from the bidding devices 10 1 to 10 m , and outputs the winning bid and the identifier corresponding thereto.
  • the sealed-bid auction scheme to which the present invention is applied satisfies the requirements mentioned below.
  • the bid-opening device and a provisional identifier registration device neither cheat nor malfunction.
  • the fairness of an auction means that it is possible to prevent bidders from obtaining information on other bidding devices prior to bidding in an attempt to make bids with unfair advantage.
  • the validity of a successful bid value means that it is possible to prevent an unfair determination of the winning bid.
  • the undeniability of bidders means that it is possible to prevent them from denying their bid values at the bid-opening time.
  • the anonymity of bidders means that it is possible to prevent leakage of identification information of every bidding device.
  • each bidding device transforms its bidding price to bidding price information through utilization of a one-way function, and the bid-opening device uses the bidding price information to determine the successful bid without revealing the prices bid by unsuccessful bidders.
  • FIG. 1 is a block diagram showing the general configuration of an electronic competitive bidding system
  • FIG. 2 is a flowchart showing the general procedure of an electronic sealed-bid auction
  • FIG. 3 is a block diagram depicting a bidding device which uses one-way functions to generate a bid index
  • FIG. 4 is a block diagram depicting a concrete example of a bidding price transformer using one-way function processors
  • FIG. 5 is a flowchart showing the procedure for generating the bid index through the use of one-way functions
  • FIG. 6 is a block diagram illustrating the functional configuration of a bid-opening device 20 in a first embodiment of the present invention which is designed to determine the highest price bid as the winning bid;
  • FIG. 7 is a flowchart showing the operation of the bid-opening device 20 depicted in FIG. 6 ;
  • FIG. 8 is a block diagram illustrating the functional configuration of a bid-opening device in a second embodiment of the present invention.
  • FIG. 9 is a flowchart showing the operation of the bid-opening device depicted in FIG. 8 ;
  • FIG. 10 is a block diagram illustrating the functional configuration of a bid-opening device in a third embodiment of the present invention which is designed to determine the highest price bid as the winning bid;
  • FIG. 11 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 10 ;
  • FIG. 12 is a block diagram illustrating the functional configuration of a bidding device in a fourth embodiment of the present invention.
  • FIG. 13 is a block diagram illustrating the functional configuration of a bid-opening device in the fourth embodiment
  • FIG. 14 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 13 ;
  • FIG. 15 is a block diagram illustrating the functional configuration of a bidding device in a fifth embodiment of the present invention.
  • FIG. 16 is a flowchart showing the bidding procedure of the bidding device depicted in FIG. 15 ;
  • FIG. 17 is a block diagram illustrating the functional configuration of a bid-opening device in a fifth embodiment of the present invention.
  • FIG. 18 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 17 ;
  • FIG. 19 is a flowchart showing the bid-opening procedure in a modified form of the fifth embodiment.
  • FIG. 20 is a block diagram illustrating the functional configuration of a bidding device in a sixth embodiment of the present invention.
  • FIG. 21 is a flowchart showing the bidding procedure of the bidding device depicted in FIG. 20 ;
  • FIG. 22 is a block diagram illustrating the functional configuration of a bid-opening device in the sixth embodiment
  • FIG. 23 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 22 ;
  • FIG. 24 is a flowchart showing a modified form of the bid-opening procedure depicted in FIG. 23 ;
  • FIG. 25 is a block diagram illustrating the functional configuration of a bidding device in a seventh embodiment of the present invention.
  • FIG. 26 is a flowchart showing the bidding procedure of the bidding device depicted in FIG. 25 ;
  • FIG. 27 is a block diagram illustrating the functional configuration of a bid-opening device in the seventh embodiment
  • FIG. 28 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 27 ;
  • FIG. 29 is a flowchart showing a modified form of the bid-opening procedure depicted in FIG. 28 ;
  • FIG. 30 is a block diagram illustrating the functional configuration of a bidding device in an eighth embodiment of the present invention.
  • FIG. 31 is a block diagram illustrating the functional configuration of a bid0opening device in the eighth embodiment.
  • FIG. 32 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 31 ;
  • FIG. 33 is a block diagram illustrating an electronic sealed-bit auction system which utilizes a provisional identifier.
  • FIG. 34 is a flowchart showing the bidding procedure in the system depicted in FIG. 33 .
  • the electronic competitive sealed-bid auction system comprises, as is the case with FIG. 1 , M bidding devices 10 1 to 10 M and a bid-opening device 21 , which are accessible to each other. This system operates as depicted in the flowchart of FIG. 2 .
  • Step S 1 Input a notice of auction to each of the bidding devices 10 1 to 10 M .
  • the notice of auction describes bidding conditions such as the name of an object for auction, the highest and/or lowest price bid, the term for bidding and qualifications for bidding, and a method of access to the bid-opening device.
  • the bidding conditions differ with objects for auction.
  • Step S 3 Having received from the respective bidding device 10 1 to 10 M their bidding prices PR 1 to PR M and identifiers ID 1 to ID M , the bid-opening device 20 computes the highest (or lowest) one of the bidding prices and determines it to be the winning bid.
  • Step S 4 The bid-opening device 20 outputs the winning bid and the identifier of the bidding device having submitted it.
  • each bidding device 10 m uses one-way functions to transform the bidding price to bidding price information, which is sent to the bid-opening device 20 .
  • the bidding device 10 m comprises an input part 11 , an information storage part 12 , a control part 13 and a bidding price transformer 14 .
  • the control part 13 follows a control procedure stored in the information storage part 12 to control operations of the respective parts.
  • the notice of auction which describes the bidding conditions, is provided in advance via a channel to the bidding device 10 m from the bid-opening device 20 or some other device.
  • the information storage part 12 there are also stored the identifier ID m of this bidding device 10 m and an initial value IV m which is used for bidding.
  • the bidding price PR m provided to the input part 11 is fed via the control part 13 into the bidding price transformer 14 .
  • the bidding price transformer 14 uses one-way functions to transform the bidding price PR m to bidding price information ⁇ m in integral form.
  • the bidding price information ⁇ m and the identifier ID m are sent from a transceiver (not shown) to the bid-opening device 20 via a communication channel. Based on the bidding price information from every bidding device 10 m , the bid-opening device 20 decides the winning bid.
  • the bidding price transformer 14 is supplied with the initial value IV m read out of the information storage part 12 by the control part 13 and the bidding price PR m , and processes the initial value IV m by a one-way function by the number of times corresponding to the bidding price PR m as described below.
  • An output value, obtained by processing the initial value IV m with the one-way function h by k times like h( . . . h(h(h(IV m ))) . . . ), will hereinafter be represented by h k (IV m ).
  • the bidding price transformer 14 comprises a data storage part 14 S, conversion table memory 15 , a one-way function h processor 16 and a one-way function g processor 17 .
  • the examples of the bidding device 10 m depicted in FIGS. 3 and 4 will also be referred to in describing second and third embodiments of the invention later on, in which case the broken-lined data storage part 14 S is provided to store the result D m of each computation by the one-way function h and the final result C m of computation.
  • a conversion table, which is stored in the conversion table memory 15 is contained as one bidding condition in the notice of auction, for instance.
  • Each bidding device 10 m reads out the conversion table from a bulletin board 25 of the bid-opening device 20 which will be described later on with reference to FIG. 6 .
  • Each bidding device 10 m selects a desired bidding price from the conversion table and uses the corresponding index k as a bidding price index k m .
  • the one-function h processor is supplied with the initial value IV m and the price index k m corresponding to the bidding price PR m read out of the conversion table memory 15 , and repeatedly processes the initial value IV m with the one-way function h by the number of times corresponding to the price index k m . As a result, h km (IV m ) is obtained.
  • Step S 1 Input the bidding price PR m and the initial value IV m .
  • Step S 2 Read out of the conversion table memory 15 the price index k m corresponding to the bidding price PR m .
  • Step S 3 In the one-way function h processor 16 , set the initial value of a variable t at 0 and the initial value IV m as ⁇ m , and repeat steps S 4 and S 5 .
  • Step S 4 Determine if t is smaller than k m .
  • Step S 5 If t ⁇ k m , update ⁇ m with the value of h( ⁇ m ) at that time, then increment t by one, and return to step S 4 .
  • Step S 7 Output, as the bidding price information, ⁇ m obtained in step S 6 .
  • FIG. 6 is a block diagram of the bid-opening device 20 , which comprises a control unit 21 , and a one-way function h processor 22 , a one-way function g processor 23 , an adder/subtractor 24 , a bulletin board 25 , a program storage part 27 S, an information storage part 35 and an update data storage part 36 which are all connected to the control unit 21 .
  • the program storage part 27 S there is stored a bid-opening procedure as a program, and the control unit 21 follows the program to control operations of the respective parts.
  • the one-way function h processor 22 and the one-way function g processor 23 are series-connected.
  • the parts except the bulletin board 25 constitute a winning bid selector 27 .
  • the bulletin board 25 there are also recorded other bidding conditions including a conversion table 25 A; furthermore, verification information and the results of auction to be published are written in the bulletin board 25 .
  • the pieces of information are accessible from any external devices as well as from the bidding devices. In this case, however, assume that only the bid-opening device 20 is allowed to write in the bulletin board 25 (This applies to other embodiments).
  • FIG. 7 there is depicted the procedure of operation of the bid-opening device 20 .
  • the bidding price corresponding to the largest price index k m is made a successful bid as follows.
  • Step S 1 The control unit 21 records the bidding price information ⁇ m and the identifier ID m in the bulletin board 25 accessible from arbitrary external devices (the bidding devices 10 1 to 10 M and other devices which are not bidders).
  • Step S 3 The control unit 21 determines whether k>K.
  • Step S 4 If not k>K, process D m (k ⁇ 1) by the one-way function h processor 22 to obtain D m (k) .
  • Step S 5 Store D m (k) in the update data storage part 36 .
  • Step S 6 Increment k by the adder/subtractor 24 such that k ⁇ k+1.
  • Step S 11 If the information ⁇ m of the same value as D m (k) is found on the bulletin board 25 in step S 9 , then the control unit 21 regards it as the successful price bid and outputs the index k at this time and the bidding device identifier ID m corresponding to the information ⁇ m , with which the procedure ends.
  • each bidding device 10 m sends h km+1 (IV m ) to the bid-opening device 20 in advance, and the bid-opening device 20 publishes it on the bulletin board 25 and, after determining the successful bidding price, publishes on the bulletin board 25 the highest bidding price index k and the identifier ID m of the successful bidding device and the verification information h k (IV m ); in this instance, since k ought to equal k m , it is possible for an arbitrary device, except the bid-opening device 20 , to verify the validity or fairness of the bid-opening process by processing he published verification information h k (IV m ) with the one-way function h to obtain h k+1 (IV m ) and making sure that it matches h km+1 (IV m ) published prior to the determination of the winning bid.
  • the verification of the bid-opening procedure can be made by publishing the verification information h k (IV m ) of each bidding device on the bulletin board 25 in advance and making a check to see if the value, obtained by processing h km (IV m ) published on the bulletin board 25 with the one-way function h by (K ⁇ k m ) times, matches h k (IV m ).
  • the bidding prices corresponding to the price indexes k on the conversion table are arranged so that they monotonously increase from the lowest value, as referred to previously.
  • the bidding device publishes in advance h kv (IV m ) computed using an index k v larger than the bidding price index k m , there is no possibility of other devices learning the index k m unless the bid-opening is performed in terms of the index k m .
  • h km (IV m ) is processed A times with the one-way function h and the resulting value is checked for matching the published information h kv (IV m ).
  • h km (IV m ) is processed K+A ⁇ k m times with the one-way function h and the resulting value is checked for matching the published information h kv (IV m ).
  • the bidding devices 10 1 to 10 M each convert the bidding price PR to the index k by the conversion table and the initial value IV m is processed with the one-way function by the number of times corresponding to the index k, but the use of the conversion table is not essential to the present invention.
  • the index k itself may be the bidding price, in which case neither of the bidding devices the bid-opening device requires the conversion table and any one of a series of value k which monotonously increase one by one within a predetermined range defined by the upper and lower limits given as one of the conditions for auction is chosen as the bidding price PR.
  • the bidding device 10 m has a configuration in which the data storage part 14 S indicated by the broken line in FIG. 4 is added to the bidding price transformer 14 .
  • the bidding device 10 m sends to the bid-opening device 20 the data h K+1 (IV m ) as the verification information C m , together with the bidding price information ⁇ m .
  • the bid-opening device 20 comprises a control unit 21 , a one-way function h processor 22 , a one-way function g processor 23 , a subtractor 24 , a program storage part 27 S and a bulletin board 25 accessible from other devices. On the bulletin board 25 there are published a conversion table 25 A along with conditions for auction.
  • the bid-opening device 20 operates as depicted in FIG. 9 .
  • the bidding devices 10 m each send h K+1 (IV m ) as the verification information C m in advance to the bid-opening device 20 together with the bidding price information ⁇ m and the identifier ID m .
  • Step S 2 Set the initial value of the index k at the upper limit value K by control unit 21 .
  • the bidding device 10 m reads out of the data storage part 14 S the data h k (IV m ), and sends it to the bid-opening device 20 as D m .
  • Step S 4 Record and hence publish on the bulletin board 25 the data D m sent from every bidding device 10 m .
  • Step S 5 Generates h(D m ) for each D m by the one-way function h processor 22 .
  • Step S 6 Make a check to see if all the pieces of data h(D m ) match all the pieces of verification information C m on the bulletin board 25 ; if no mismatch is found, then determine that they are all correct or valid, and continue the subsequent steps. If a mismatch is found, then sends an error message to every bidding device 10 m and finish the bid-opening operation.
  • Step S 7 When no mismatch is found in step S 6 , generate data g(D m ) by the one-way function g processor 23 .
  • Step S 8 Make a check to see if each data g(D m ) matches the bidding price information ⁇ m ; if no match is found, update C m on the bulletin board 25 with D m (C m ⁇ D m ).
  • Step S 10 Set k ⁇ k ⁇ 1 by the subtractor 24 and return to step S 3 .
  • Step S 11 If even one of the pieces of information ⁇ m is found to match with g(D m ) in step S 8 , decide k at that time as the price index corresponding to the winning bid, and output the index k and the identifier ID m of the bidding device 10 m having offered the successful bid.
  • the values of losing bids other than the winning one are kept secret from even the bid-opening device 20 .
  • the lowest price bid can be chosen as the winning bid simply by arranging the bidding prices in such a manner as to monotonously decrease relative to a monotonously increasing index k on the conversion table, or by arranging the bidding prices in such a manner as to monotonously increase relative to a monotonously decreasing index k.
  • the bid-opening device 20 requires all the bidding devices to present h k (IV m ) and receive it for each value of the price index k until the first detection of a match between g(D m ) and ⁇ m in step S 3 . Accordingly, the sealed-bit auction scheme according to the second embodiment has the defect of a large communication cost. This embodiment requires the bid-opening device 20 to be informed of nothing but the initial value IV m , publishes only the winning bid, that is, hides the losing bids, and reduces the communication cost.
  • the bid-opening device 20 shown in FIG. 10 , is basically identical in construction with the bid-opening device of FIG. 8 , and no description will be repeated, but as will be described below with reference to FIG. 11 , the operation of the bid-opening device in this embodiment differs from the operation depicted in FIG. 9 .
  • Step S 1 The bid-opening device 20 first publishes the plural pieces of bidding price information ⁇ m and verification information C m and the identifiers ID m on the bulletin board 25 .
  • Step S 2 Set the count value k of a counter 24 at the upper limit value K.
  • Step S 4 Decide whether there is bidding device having bid with the price index k.
  • Step S 5 If no bidding device have bid the price, decrement k by the subtractor 24 to k ⁇ k ⁇ 1 and return to step S 3 .
  • Step S 7 Publishes all the responses D m from the bidding devices 10 m on the bulletin board 25 .
  • Step S 8 For all the responses D m , generate h K ⁇ k+1 (D m ) by the one-way function h processor 22 .
  • Step S 9 Check whether each data h K ⁇ k+1 (D m ) matches the corresponding verification information C m on the bulletin board 25 . If no mismatch is found, decide that the responses Dm are all correct, and proceed to the subsequent steps. If a mismatch is found, send an error message to each bidding device 10 m and finish this bid-opening session for the price index k.
  • Step S 10 When no mismatch is found in step S 9 , generate g(D j ) by the one-way function g processor 23 for the response D j (where 1 ⁇ j ⁇ M) from the bidding device 10 j which has identified itself as having bid with the price k.
  • Step S 11 Check whether g(D j ) matches the bidding price information ⁇ j of the bidding device 10 j on the bulletin board 25 . If they match, decide that the bidding device 10 j has bid the price k. If they do not match, send an error message to all the bidding devices and discontinue the session.
  • Step S 13 If no match is found, then output the winning bidding price k and the identifier ID j of the bidding device having offered the winning bid.
  • this dishonest bidding device is detected; that is, this embodiment satisfies the “undeniability” requirement.
  • the bid-opening device 20 outputs k and ID j when deciding in step S 11 that the bidding device 10 j has bid with k.
  • this embodiment keeps losing bids, except the winning one, secret from even the bid-opening device 20 and reduces the communication cost.
  • the lowest price bid can be chosen as the successful bid simply by arranging monotonously decreasing (or increasing) values of the bidding price PR on the conversion table in a one-to-one correspondence with monotonously increasing (or decreasing) values of the price index k.
  • This embodiment is intended to permit simplification of the processing in the bid-opening device 20 and reduction of the communication cost.
  • each bidding device 10 m has a construction in which a random generator 18 and an operation part 19 are added to the bidding device shown in FIGS. 3 and 4 .
  • the random generator 18 generates a random number R m known only to the bidding device 10 m .
  • a predetermined operation such as a bit concatenation, exclusive ORing, addition, or multiplication
  • FIG. 13 illustrates in block form the functional configuration of the bid-opening device 20 in this embodiment
  • FIG. 14 is a flowchart for explaining its operation.
  • the bid-opening device 20 has a construction in which one-way function h processors 22 ′ and 22 ′′ and an operation part 26 are added to the device of FIG. 10 and a subtractor 37 is replaced for the counter 24 .
  • the program storage part 27 S is not shown.
  • Step S 2 Request all the bidding devices 10 m to present their bidding prices PR m and random numbers R m .
  • Step S 3 Upon receiving PR m and R m from each bidding device 10 m, compute (PR m (+)R m ) in the operation part 26 , then compute h(PR m (+)R m ) by the one-way function h processor 22 ′′, and make a check to determine whether the value matches h(PR m (+)R m ) published on the bulletin board 25 .
  • Step S 4 At this point the bid-opening device 20 learns all the bidding prices.
  • the bid-opening device 20 obtains from the conversion table 25 A a price index k mx corresponding to the highest value among the bidding prices PR m .
  • the bidding device (the successful bidding device) which has bid k mx will hereinafter be identified by 10 j . At this point each bidding device cannot learn the bidding prices of the other bidding devices.
  • Step S 7 For each Dm, calculates K+1 ⁇ k mx by a subtractor 37 and generate h K+1 ⁇ kmx (D m ) by the one-way function h processor 22 from K+1 ⁇ k mx and D m .
  • Step S 8 Verify whether h K+1 ⁇ kmx (D m ) matches the corresponding verification information C m on the bulletin board 25 . If no mismatch is found, decides that all the responses Dm are correct, and proceed to the subsequent steps. If a mismatch is found, sends an error message to each bidding device and discontinue further operation.
  • Step S 9 If no mismatch is found in step S 8 , generate g(D j ) by the one-way function g processor 23 for D j presented by the successful bidding device 10 j .
  • Step S 10 Verify whether g(D j ) matches the bidding price information ⁇ j in the bidding data of the bidding device 20 j on the bulletin board 25 . If they match, decide that the bidding device 10 j has bid with the price index k mx . If they do not match, send an error message to each bidding device and discontinue the current bid-opening session.
  • Step S 12 If a match is found, then send an error message to each bidding device concerned and discontinue the current bid-opening session. If no match found, then output the winning bidding price index k mx and the identifier ID j of the bidding device 10 j having offered the winning bid.
  • the bid-opening device 20 it is possible to specify the winning bid and the corresponding successful bidding device from PR m , R m and ID m with ease, reduce the communication cost and verify that the winning bidding price and the winning device determined from PR m , R m and ID m are true.
  • each bidding device sends to the bid-opening device bidding price information containing select information which indicates whether to bid for each of K kinds of biddable prices.
  • the bidding price transformer 14 of the bidding device 10 m comprises a control part 41 , a random generator 42 , a one-way function h processor 43 , a select information generator 45 , a (+) operation part 46 and an adder 47 .
  • PR m represent that one of the K kinds of price indexes 1, 2, . . . , K which the bidding device 10 m is to actually to bid.
  • the two values of the information b m (k) may be any values as long as they differ from each other.
  • the information b m (k) is known only to the bidding device 10 m , which uses it as a random number for each value of the price index k.
  • the bidding device 10 m outputs ⁇ ID m , h(1(+)b m (1) (+)R m (1) ), h(2(+)b m (2) (+)R m (2) ), . . . , h(K(+)b m (K) (+)R m (K) ⁇ as bidding price information.
  • Step S 1 The bidding price PR m is determined and input.
  • Step S 2 Set the initial value of the price index k to 1.
  • Step S 3 Make a check to see if k ⁇ K.
  • Step S 4 If k ⁇ K, generate the random number R m (k) by the random generator 42 .
  • Step S 5 Generate the rice select information b m (k) by the select information generator 45 in accordance with the bidding price PR m .
  • Step S 6 The (+) operation part 46 inputs thereinto these pieces of information R m (k) and b m (k) , and compute k(+)b m (k) (+)R m (k) .
  • (+) indicates a predetermined appropriate operation, which may be a concatenation, addition, subtraction, multiplication, or the like.
  • Step S 7 Process the result of this operation by the one-way function h processor 43 to generate h(k(+)b m (k) (+)R m (k) ).
  • Step S 8 Increment k by one by the adder 47 , followed by a return to step S 3 .
  • Step S 9 When k exceeds K and the processing for all values of k ends, the bidding device 10 m sends the identifier ID m and the bidding price information ⁇ h(1(+)b m (1) (+)R m (1) ), . . . , h(K(+)b m (K) (+)R m (K) ) ⁇ to the bid-opening device 20 .
  • the aimed bidding price can be kept secret.
  • FIG. 17 illustrates in block form the bid-opening device 20 which performs the bid-opening process based on such bidding price information sent thereto.
  • the bid-opening device 20 comprises a control part 21 , a one-way function h processor 22 , a subtractor 24 , an information storage part 35 , a bulletin board 25 and a (+) operation part 51 .
  • the program storage part 27 S is also provided but is not shown for the sake of brevity.
  • FIG. 18 is a flowchart for explaining the operation of this bid-opening device 20 .
  • Step S 1 Write and hence publish the bidding price information on the bulletin board 25 .
  • Step S 2 Set the price index k to its highest value K.
  • Step S 3 Request each bidding device 10 m to present the random number R m (k) .
  • Step S 4 The bidding devices 10 m each send the random number R m (k) to the bid-opening device 20 , which writes all the random numbers R m (k) on the bulletin board 25 .
  • Step S 6 For each m, make a check to see if a match is found between the calculated h(k(+)1(+)R m (k) ) and h(k(+)1(+)R m (k) ) on the bulletin board 25 .
  • Step S 7 If no match is found, decrement k such that k ⁇ k ⁇ 1, and return to step S 3 .
  • Step S 8 If a match is found, determine the k as the successful price index k, then output the price index k and the identifier ID m of the bidding device 10 m concerned, and discontinue the current bid-opening session.
  • the bidding price information corresponding to each price index is generated using the one-way function and all the pieces of bidding price information are sequentially opened in decreasing order from the highest value. This enables non-winning bids to be kept secret.
  • the bidding device 10 m similarly sends the bidding price information ⁇ ID m , h(1(+)b m (1) (+)R m (1) ), h(2(+)b m (2) (+)R m (2) ), . . . , h(K(+)b m (K) (+)R m (K) ) ⁇ to the bid-opening device 20 .
  • the bid-opening device 20 carries out about the same processing as depicted in FIG. 18 , but in step S 2 the lowest value 1 of the K kinds of biddable price indexes is set to k and in step S 6 the index k is incremented by one such that k ⁇ k+1.
  • the random number R m (k) is not written on the bulletin board 25 but is stored in the broken-lined information storage part 35 .
  • FIG. 19 there is shown a flowchart for explaining the processing which the bid-opening device 20 performs in such an instance.
  • Step S 1 Write and hence publish only the bidding price information on the bulletin board 25 and store the random number information in the storage part 35 indicated by the broken line.
  • Step S 2 Set the highest possible value K for the price index k.
  • Step S 4 Verify whether a match is found between h(k(+)1(+)R m (k) ) and the pieces of bidding rice information written on the bulletin board 25 .
  • Step S 5 If no match is found, decrement the price index k by one to k ⁇ k ⁇ 1
  • Step S 6 For the index k for which the mach was found, write and publish all the random numbers R m (t) (k ⁇ t ⁇ K) on the bulletin board 25 .
  • Step S 7 Determine k at this time as the winning price index, then output this index k and the identifier ID m of the bidding device 10 m having submitted the winning bid, and discontinue the current bid-opening session.
  • the index k is set to the smallest possible value, 1 in this example, in step S 2 in FIG. 19 , then in step S 4 the index k is incremented by one, and in step S 5 all random numbers R m (t) which are 1 ⁇ t ⁇ K are published on the bulletin board 25 .
  • the other operations are the same as those described above with reference to FIG. 19 .
  • select information b m (k) has been described to be “0” or “1,” they may be any values as long as they are two predetermined different integers.
  • x m is an arbitrary integer equal to or greater than 1 which is determined by the bidding device 10 m .
  • the M bidding devices 10 m indirectly bit the bidding price index values k m to the bid-opening device 20 , which detects the largest one of the index values k m bit by the bidding devices 10 m .
  • Each bidding device 10 m and the bid-opening device 20 have a conversion table in which K bidding prices PR 1 , PR 2 , . . . , PR K are held in a one-to-one correspondence with K kinds of index values 1, 2, . . . , K in increasing order.
  • FIG. 20 illustrates in block form the functional configuration of the bidding device 10 m and FIG. 21 is a flowchart showing its bidding procedure.
  • the bidding device 10 m comprises an input part 11 , a control part 13 , a bidding price transformer 14 , a transceiver 18 and a storage part 12 all of which are interconnected via a common bus 10 B.
  • the bidding price transformer 14 is made up of a conversion table 15 , a one-way function h processor 16 and a one-way function g processor 17 .
  • the control part 13 reads out a bidding procedure program stored in the storage part 12 , and follows it to control the respective parts to perform bidding as described below.
  • Step S 1 The bidding device 10 m receives via the input part 11 a value PR m selected from values PR 1 , PR 2 , . . . , PR K , an initial value (a positive integer) IV m and an arbitrary integer x m equal to or greater than 1.
  • Step S 2 The control part 13 stores IV m and x m in the storage part 12 .
  • Step S 3 The control part 13 refers to the conversion table 15 with PR m to convert it to an index value k m and stores it in the storage part 12 .
  • Step S 4 The initial value IV m and the bidding price x m are read out from the storage part 12 , then input to the one-way function g processor 17 , wherein the initial value is processed x m times with the one-say function g to obtain g xm (IV m ).
  • Step S 5 If necessary, g xm (IV m ) is stored in the storage part 12 .
  • Step S 6 g xm (IV m ), K and k m are input to the one-way function h processor 16 , wherein g xm (IV m ) is processed K ⁇ k m times with the one-way function h to obtain
  • H m (K) h K ⁇ km ( g xm (IV m )).
  • Step S 7 H m (K) is sent as the bidding price information to the bid-opening device 20 via the transceiver 18 .
  • the bidding device 10 m sends the aimed bidding price index value k m to the bid-opening device 20 .
  • Step S 8 Upon beginning the bid-opening procedure by the bid-opening device 20 after the bidding, each bidding device 10 m receives an inquiry with the price index k from the bit-opening device 20 by the transceiver 18 as depicted in FIG. 21 .
  • Step S 9 A check is made to see if the inquiry index value k is equal to the bidding price index k m stored in the storage part 12 .
  • Step S 10 If not equal, g xm (IV m ) is read out of the information storage part 12 and is input to the one-way function h processor 16 together with k m and k, wherein g xm (IV m ) is processed k ⁇ k m ⁇ 1 times with the one-way function h to obtain response information H m (k ⁇ 1) by the following equation:
  • Step S 11 The bidding device 10 m sends the response information H m (k ⁇ 1) to the bid-opening device 20 via the transceiver 18 and waits for the next inquiry about k.
  • Step S 13 The bidding device 10 m sends the response information H m (k ⁇ 1) to the bid-opening device 20 .
  • the functional configuration of the bid-opening device 20 is depicted in FIG. 22 and its bid-opening procedure in FIG. 23 .
  • the bid-opening device 20 comprises a control part 21 , a program storage part 27 S, a one-way function h processor 22 , a one-way function g processor 23 , a counter 24 , a bulletin board 25 , a conversion table 25 A, a transceiver 28 , and an information storage part 25 , all of which are interconnected via a common bus 20 B.
  • Step S 2 Set K as the initial value of k in the counter 24 .
  • Step S 3 Send the index value k on the counter 24 to each bidding device 10 m , and send thereto an inquiry about bidding via the transceiver 28 .
  • Step S 4 Receive the response information H m (k ⁇ 1) by the transceiver 28 from all the bidding devices 10 m .
  • Step S 5 Input H m (k ⁇ 1) to the one-way function h processor 22 to process it with the one-way function h to obtain h(H m (k ⁇ 1) ).
  • Step S 6 Check whether the result of operation h(H m (k ⁇ 1) ) is equal to the bidding information A m for m in the storage part 35 .
  • Step S 8 Decrement the count value k of the counter 24 by one, then return to step S 3 , and inquire of each bidding device 10 m about whether it has made a registration for the value k.
  • Step S 10 Make a check to see if g(H m (k ⁇ 1) ) is equal to H m (K) corresponding to m stored in the storage part 35 .
  • Step S 12 Output the value PR k as the highest one of the bid values, and if necessary, output the number m of the winning bidding device 10 m as well.
  • the bid-opening device 20 upon receiving the response information H m (k ⁇ 1) in step S 4 in FIG. 23 , the bid-opening device 20 makes a check for the identity information; if not having received it, the device 20 performs the operation h(H m (k ⁇ 1) ) and if having received the information, g(H m (k ⁇ 1) ).
  • the bid-opening device 20 may discontinue the current bid-opening session for the reasons of dishonesty by the bidding device concerned and request all the bidding devices 10 m to rebid; alternatively, the bid-opening device 20 may abandon inquiring that bidding device but may continue inquiring the other bidding device.
  • the maximum value of the index may also be obtained without using the conversion table 15 .
  • the bidding device 10 m sends the index value k m , and after step S 10 in FIG. 23 the bid-opening device 20 outputs the index value k as the highest value and, if necessary, together with the number m (or ID m ) of the bidding device 10 m having sent the index value k m .
  • FIG. 24 there is depicted a modified form of the above-mentioned bid-opening procedure whose communication cost and computational complexity are reduced using the scheme described previously with reference to FIG. 11 . No description will be given of the bidding procedure since it is exactly the same as in the FIG. 11 embodiment.
  • Step S 1 Publish the received H m (K) and ID m on the bulletin board 25 .
  • Step S 2 Set the initial value of the index k at K.
  • Step S 3 Inquire of all the bidding devices 10 m about whether they bid for the index k.
  • Step S 4 Check the responses for YES (which means that the bidding device concerned has bid for the index k).
  • Step S 5 If no YES is found, decrement k by one and returns to step S 3 to repeat the same processing.
  • Step S 6 If YES is found, request all the bidding devices 10 m to send their bidding price information H m (k ⁇ 1) .
  • the response of the bidding device to this request is the same as described previously in connection with FIG. 21 .
  • Step S 7 Publish the received information H m (k ⁇ 1) on the bulletin board 25 .
  • Step S 8 For the response H m (k ⁇ 1) of an m (representing the bidding device 10 m ) having bid for the index k, compute
  • H m h K ⁇ k ( g ( H m (k ⁇ 1) )
  • H m h K+1 ⁇ k ( H m (k ⁇ 1) ).
  • Step S 10 If a match is detected for every one of them, determine that the bidding device 10 m of the number m having responded YES is the winning bidder, and output the index k at that time and its identifier ID m for publication
  • the bidding device 10 m and the bid-opening device 20 can each be implemented by a computer.
  • the plural pieces of select information are contained in a single piece of bidding price information through multiple processing with the one-way function h.
  • FIG. 25 illustrates in block form the functional configuration of each bidding device 10 m .
  • the bidding select information for each index k will be identified as b (k) .
  • the final calculation result H m (K) will hereinafter be called bidding price information.
  • a signature Sig m (H m (K) ) is generated by a signature generator 14 S for the bidding price information 57 .
  • FIG. 26 is a flowchart showing the bidding procedure of the bidding device 10 m depicted in FIG. 25 .
  • a select information generating part 54 generates K ⁇ k m +1 pieces of select information b m (km) , b m (km+1) , . . . , b b (K) corresponding to the indexes larger than the bidding price index k m (step S 1 ). Then, H m (km ⁇ 1) , H m (km) , H m (km+1) , . . . , H m (K) are successively generated by the following equations
  • a signature ⁇ m Sig m (H m (K) ) of the bidding device 10 m corresponding to the bidding price information H m (K) is generated by the signature generator 14 S (step S 3 ).
  • the bidding device 10 m sends H m (K) , ⁇ m and ID m as bidding information to the bid-opening device 20 (step S 4 ).
  • the bidding device reads out ⁇ H m (k ⁇ 1) , b m (k) ⁇ from the data storage part 14 S, and sends it to the bid-opening device (step S 5 ).
  • the bid-opening device 2 comprises, as depicted in FIG. 27 , a control part 21 , a one-way function h processor 22 , a counter 24 , a bulletin board 25 , an information storage part 35 , comparators 58 and 59 and a signature verifier 33 .
  • the pieces of bidding information H m (K) , ⁇ m and ID m are written on the bulletin board 25 .
  • FIG. 28 is flowchart showing the bid-opening procedure of the bid-opening device 20 .
  • each bidding device since each bidding device does not perform the multiple processing with the one-way function for indexes smaller than the bidding price index k m , the computational complexity is low accordingly.
  • the bid-opening device performs the bid-opening procedure as described below.
  • Step S 1 Set the initial value of the index k to K.
  • Step S 2 Send k to each bidding device 10 m and ask for ⁇ H m (k ⁇ 1) , b m (k) ⁇ .
  • Step S 3 Write and publish on the bulletin board 25 the information ⁇ H m (k ⁇ 1) , b m (k) ⁇ received from each bidding device 10 m .
  • Step S 5 Verify by the comparator 58 whether H generated in step S 4 matches the previously received H m (k) . If a mismatch is detected, then send an error message to the bidding device and discontinue the current bid-opening session.
  • Step S 6 If no mismatch is found in step S 5 , then decides that the response from every bidding device is valid, and make a check by the comparator 59 to see if the received select information b m (k) is 1.
  • Step S 7 When the select information b m (k)
  • Step S 8 When any one of M pieces of select information b m (k) is 1 in step S 6 , determine that the bidding device 10 m corresponding to m, which provides that information b m (k) , is the winning bidder, and write and publish its identifier ID m and the index k k of the winning bid on the bulletin board 25 , and end the bid-opening procedure.
  • the prices bid by the unsuccessful bidders are each kept secret from the other participants.
  • the lowest price bid can be made a successful bid by using a conversion table wherein the price PR monotonously increases in the direction opposite to that in which the index k monotonously increases.
  • H m (0) IV m
  • H m (1) h(H m (0) ⁇ b m (1) ), . . .
  • H m (K) h(H m (K ⁇ 1) ⁇ b m (K)
  • the communication cost and computational complexity involved in the bid-opening procedure of FIG. 27 can also be reduced, as depicted in FIG. 27 ′, by the application of the scheme described previously with reference to FIG. 11 .
  • the bidding procedure is exactly the same as in FIG. 25 , and hence it will not be described.
  • Step S 1 Publish the received H m (K) and ID m .
  • Step S 2 Set the initial value of the index k at K.
  • Step S 3 Inquire of all the bidding devices 10 m about whether they bid for the index k.
  • Step S 4 Check the responses for YES (which means that the bidding device concerned has bid for the index k).
  • Step S 5 If no YES is found, decrement k by one and returns to step S 3 to repeat the same processing.
  • the response of the bidding device to this request is the same as described previously in connection with FIG. 21 .
  • Step S 7 Publish the received information H m (k ⁇ 1) on the bulletin board 25 .
  • Step S 8 For the response H m (k ⁇ 1) of an m (representing the bidding device 10 m ) having bid for the index k, compute
  • H m h ( . . . h ( h ( H m (k ⁇ 1) ⁇ 1) ⁇ 0) ⁇ . . . 0)
  • H m h ( . . . h ( h ( H m (k ⁇ 1) ) ⁇ 0) ⁇ 0) . . . ⁇ 0).
  • Step S 10 If a match is detected for every one of them, determine that the bidding device 10 m of the number m having responded YES is the winning bidder, and output the index k at that time and its identifier ID m for publication.
  • This embodiment is intended to permit bidding an arbitrary price intermediate between the discrete values.
  • an arbitrary bidding price PR within the range defined by the highest and lowest bidding prices is expressed by the following equation.
  • F(k) represents the price corresponding to the index k specified on the conversion table, and Q will hereinafter be referred to as a fraction.
  • This embodiment is one that the bidding price PR defined above is applied to the first embodiment described previously.
  • Bidding price information g(h k (IV m )) and Q m are sent to the bid-opening device 20 .
  • h K+1 (IV m ) is sent as verification information to the bid-opening device 20 together with the bidding price information.
  • FIG. 30 is a block diagram illustrating the configuration of each bidding device 10 m , which is identical with the bidding device of the first embodiment except that the bidding price transformer 14 is provided with a fraction calculating part 14 a .
  • ⁇ m , Q m and ID m are sent as bidding information to the bid-opening device 20 .
  • the bid-opening device 20 has, as depicted in FIG. 31 , a sequencer 61 added to the bid-opening device 20 in FIG. 6 embodiment.
  • the pieces of bidding information ⁇ m , Q m and ID m are written and published on the bulletin board 25 .
  • the control part 21 checks, for each index k, whether ID m and ⁇ m match each other in the sequence of m defined by the sequencer 61 .
  • the bidding device 10 m which corresponds to m for which the match was detected for the first time, is determined as the winning bidder.
  • FIG. 32 is a flowchart depicting the bid-opening procedure of the bid-opening device 20 shown in FIG. 31 , which steps S 0 to S 7 are identical with steps S 0 to S 7 in FIG. 7 but differ in step 8 and the subsequent steps. Roughly speaking, steps S 8 and S 9 are new steps added between steps S 7 and S 8 in FIG. 7 . Step S 8 and the subsequent steps will be described below.
  • step S 8 the bid-opening device 20 makes a check to determine whether the matching in steps S 6 to S 11 has been completed for all fractions Q m for the current value of k. If not completed, the procedure goes to step S 9 .
  • step S 9 the bid-opening device 20 selects the largest one of the remaining fractions Q m to determine the corresponding m.
  • step S 11 the control device 21 makes a check to see if the updated data D m (k) corresponding to m matches the bidding price information ⁇ m corresponding to m on the bulletin board 25 , and if not, then the procedure returns to step S 8 .
  • step S 8 When it is decided in step S 8 that the matching for all the fractions Q m for the current k has been completed, the bid-opening device 20 decrements k by one in step S 12 , and returns to step S 8 , repeating the same procedure as mentioned above.
  • step S 11 When it is decided in step S 11 that the updated data D m (k) and the bidding price information ⁇ m match, the bid-opening device 20 determines in step S 13 that the index k at that time is the successful index, and outputs the identifier ID m corresponding to that information ⁇ m and the successful bidding price F(k)+Q m (or merely the index k).
  • the highest bidding price can be determined at the first detection of matching between D m (k) and ⁇ m .
  • the value m selected in step S 9 is determined by the sequencer 61 which sequences in descending order the fractions Q 1 , Q 2 , . . . , Q M read out of the bulletin board 25 , and sequences m correspondingly, as explained before.
  • the bidding prices are arranged in monotonous increasing order in the direction opposite to that in which the values of the index k are arranged in monotonous decreasing order, and the sequencer 61 sequences the fractions Q 1 , Q 2 , . . . , Q M in ascending order, and sequences m correspondingly.
  • step S 9 the smallest one of the unprocessed fractions Q m is chosen, and the corresponding m is determined.
  • the sequencer 61 determines the order of m.
  • FIG. 33 illustrates in block form an electronic competitive auction system which uses a provisional identifier registration device to implement a secret-bit auction.
  • Each bidding device 10 m is adapted to communicate with a provisional identifier registration device 70 . Referring to FIG. 34 , the operation of this electronic competitive auction system will be described below.
  • Step S 0 Notice of auction is input to each bidding device 10 m .
  • Step S 1 Upon receiving the notice of auction, the bidding device 10 i outputs the identifier ID m to the provisional identifier registration device 70 .
  • Step S 2 For the identifier ID m provided thereto, the provisional identifier registration device 70 issues a provisional identifier AID m then stores ID m and AID m in pair form on a recording medium 71 , and sends the provisional identifier AID m to the bidding device 10 i .
  • Step S 3 The bidding device 10 m : generates the bidding price PR m ;
  • Step S 4 Transforms the bidding price PR m to the bidding price information ⁇ m ;
  • Step S 5 Sends the bidding price information ⁇ m and the provisional identifier AID m to the bid-opening device 20 .
  • Step S 6 The bid-opening device 20 : calculates a successful bid from the bidding price indexes received from all the bidding deices;
  • Step S 7 Outputs the successful bid and the provisional identifier of the bidding device having offered the successful bid.
  • the bid-opening device 20 can learn the identifier ID m corresponding to the successful bid from the provisional identifier AID m . This method can be applied to all of the embodiments explained hereinbefore.
  • the bidding device 10 m and the bid-opening device 20 can be implemented by interpreting and executing programs with a computer.
  • the bidding price is transformed to a bidding price information through utilization of a one-way function and is then sent to the bid-opening device, it is possible to keep the bidding price of each bidding device secret from the other bidding devices prior to bidding, ensuring fairness of auction.
  • the present invention permits determination of the winning bid while hiding the other bidding prices.
  • the bids of losing bidders, except the winning bid are kept secret even from the bid-opening device.
  • the bids of losing bidders, except the winning bid are kept secret even from the bid-opening device, and in addition, the amount of data for communication with the bidding device can be reduced.
  • the fourth embodiment there is no fear of the bidding price of each bidding device being revealed to the other devices, and at the bid-opening time the successful bid can easily be specified directly from the bidding price; furthermore, the validity of the winning bid can be verified.
  • bidding price information including each bidding price index is generated using a one-way function, and the bidding price information for all bidding price indexes is sent to the bid-opening device; hence, the aimed bidding price can be kept secret.
  • each bidding device generates the bidding price information including select information for only indexes larger than the bidding price index k m in the fifth embodiment, the computational complexity can be reduced.
  • a desired bidding price is expressed by the sum of fractions Q of a price F(k) corresponding to the index k, an arbitrary price can be bid with a small number of indexes.

Abstract

A bid-opening device 20 receives from each bidding device 10 m a bidding price index γm=g(hk(IVm)) (where IVm is an initial value, hk indicates k-times processing with a one-way function h and g is a one-way function) and its identifier IDm. The received information is stored on a common bulletin board 25. Dm=hk(IVm) (where Dm=g(Dm) is generated with k set as the upper limit value K of the bidding price. The bulletin board 25 is checked for γm which matches this Dm. If no match is found, m is incremented by one, and the check for γm-Dm matching is made for each of m bidding devices. Upon completion of the matching for all the bidding devices, k is decremented by one, and a check is made for for γm which matches Dm=g(hk(IVm)), and the index k for which they match is determined as the highest price bid. The bid-opening device 20 outputs that k and the identifier IDm of γm.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a Divisional of co-pending application Ser. No. 12/488,980, filed on Jun. 22, 2009 (now allowed), which is a Divisional of application Ser. No. 09/619,699, filed on Jul. 19, 2000 (now U.S. Pat. No. 7,567,933), and for which priority is claimed under 35 U.S.C. §120; and this application claims priority of Application No. 205004/99 filed in Japan on Jul. 19, 1999 under 35 U.S.C. §119; Application No. 247060 filed in Japan on Sep. 1, 1999 under 35 U.S.C. §119 Application No. 2000-16020 filed in Japan on Jan. 25, 2000 under 35 U.S.C. §119; and Application No. 2000-47323 filed in Japan on Feb. 24, 2000 under 35 U.S.C. §119; the entire contents of all are hereby incorporated by reference
  • BACKGROUND OF THE INVENTION
  • The present invention relates to a quantitative competition system and method which compare aimed or intended values of participants and publish the highest or lowest value but hide the other values, and a recording medium on which there is recorded a program for implementing the method. More particularly, the invention pertains to a system and method for quantitative comparison of secret values, for example, in electronic lottery, electronic voting, or electronic sealed-bid auction under circumstances where many participants are allowed to access the server online across the Internet.
  • FIG. 1 is depicts in block form the configuration of a conventional electronic competitive bidding or sealed-bid auction system. A notice of auction is input to bidding devices 10 1 to 10 M, which send their identifiers ID1 to IDM and bidding prices PR1 to PRM to a bid-opening device 20. In this transfer of each data, if it is desirable to keep the data secret, the bidding price is sent in compressed form, and if it is necessary to identify the data, it is sent together with a digital signature of the bidder. The bid-opening device 20 detects the highest (or lowest) one of the bid values received from the bidding devices 10 1 to 10 m, and outputs the winning bid and the identifier corresponding thereto. This scheme is disclosed, for example, in Japanese Patent Application Laid-Open Gazette No. 118876/90 entitled “Electronic Bidding System.” On the other hand, schemes which publish only the winning bid but hide other information involved are disclosed, for example, in Kazuo SAKO, “Auction Protocol Which Hides Bids of Losers,” The Symposium on Cryptography and Information Security, SCIS'99, and in Shingo MIYAZAKI and Kouichi SAKURAI, “A Bulletin-Board Base Digital Auction Scheme with Bidding Down Strategy,” The Symposium on Cryptography and Information Security SCIS'99.
  • The sealed-bid auction scheme to which the present invention is applied satisfies the requirements mentioned below.
  • *Only bidding prices are used to determine the winning bid; that is, the successful bidding device is not determined using other information.
  • The bid-opening device and a provisional identifier registration device neither cheat nor malfunction.
  • SUMMARY OF THE INVENTION
  • It is therefore an object of the present invention to provide a quantitative competition system and method which ensure the fairness of a sealed-bid auction, the validity of a successful bid value, the undeniability of bidders, the anonymity of the bidders and the freedom from double bidding.
  • The fairness of an auction means that it is possible to prevent bidders from obtaining information on other bidding devices prior to bidding in an attempt to make bids with unfair advantage.
  • The validity of a successful bid value means that it is possible to prevent an unfair determination of the winning bid.
  • The undeniability of bidders means that it is possible to prevent them from denying their bid values at the bid-opening time.
  • The anonymity of bidders means that it is possible to prevent leakage of identification information of every bidding device.
  • According to the present invention, each bidding device transforms its bidding price to bidding price information through utilization of a one-way function, and the bid-opening device uses the bidding price information to determine the successful bid without revealing the prices bid by unsuccessful bidders.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram showing the general configuration of an electronic competitive bidding system;
  • FIG. 2 is a flowchart showing the general procedure of an electronic sealed-bid auction;
  • FIG. 3 is a block diagram depicting a bidding device which uses one-way functions to generate a bid index;
  • FIG. 4 is a block diagram depicting a concrete example of a bidding price transformer using one-way function processors;
  • FIG. 5 is a flowchart showing the procedure for generating the bid index through the use of one-way functions;
  • FIG. 6 is a block diagram illustrating the functional configuration of a bid-opening device 20 in a first embodiment of the present invention which is designed to determine the highest price bid as the winning bid;
  • FIG. 7 is a flowchart showing the operation of the bid-opening device 20 depicted in FIG. 6;
  • FIG. 8 is a block diagram illustrating the functional configuration of a bid-opening device in a second embodiment of the present invention;
  • FIG. 9 is a flowchart showing the operation of the bid-opening device depicted in FIG. 8;
  • FIG. 10 is a block diagram illustrating the functional configuration of a bid-opening device in a third embodiment of the present invention which is designed to determine the highest price bid as the winning bid;
  • FIG. 11 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 10;
  • FIG. 12 is a block diagram illustrating the functional configuration of a bidding device in a fourth embodiment of the present invention;
  • FIG. 13 is a block diagram illustrating the functional configuration of a bid-opening device in the fourth embodiment;
  • FIG. 14 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 13;
  • FIG. 15 is a block diagram illustrating the functional configuration of a bidding device in a fifth embodiment of the present invention;
  • FIG. 16 is a flowchart showing the bidding procedure of the bidding device depicted in FIG. 15;
  • FIG. 17 is a block diagram illustrating the functional configuration of a bid-opening device in a fifth embodiment of the present invention;
  • FIG. 18 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 17;
  • FIG. 19 is a flowchart showing the bid-opening procedure in a modified form of the fifth embodiment;
  • FIG. 20 is a block diagram illustrating the functional configuration of a bidding device in a sixth embodiment of the present invention;
  • FIG. 21 is a flowchart showing the bidding procedure of the bidding device depicted in FIG. 20;
  • FIG. 22 is a block diagram illustrating the functional configuration of a bid-opening device in the sixth embodiment;
  • FIG. 23 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 22;
  • FIG. 24 is a flowchart showing a modified form of the bid-opening procedure depicted in FIG. 23;
  • FIG. 25 is a block diagram illustrating the functional configuration of a bidding device in a seventh embodiment of the present invention;
  • FIG. 26 is a flowchart showing the bidding procedure of the bidding device depicted in FIG. 25;
  • FIG. 27 is a block diagram illustrating the functional configuration of a bid-opening device in the seventh embodiment;
  • FIG. 28 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 27;
  • FIG. 29 is a flowchart showing a modified form of the bid-opening procedure depicted in FIG. 28;
  • FIG. 30 is a block diagram illustrating the functional configuration of a bidding device in an eighth embodiment of the present invention;
  • FIG. 31 is a block diagram illustrating the functional configuration of a bid0opening device in the eighth embodiment;
  • FIG. 32 is a flowchart showing the bid-opening procedure of the bid-opening device depicted in FIG. 31;
  • FIG. 33 is a block diagram illustrating an electronic sealed-bit auction system which utilizes a provisional identifier; and
  • FIG. 34 is a flowchart showing the bidding procedure in the system depicted in FIG. 33.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS First Embodiment
  • The electronic competitive sealed-bid auction system according to this embodiment comprises, as is the case with FIG. 1, M bidding devices 10 1 to 10 M and a bid-opening device 21, which are accessible to each other. This system operates as depicted in the flowchart of FIG. 2.
  • Step S1: Input a notice of auction to each of the bidding devices 10 1 to 10 M. The notice of auction describes bidding conditions such as the name of an object for auction, the highest and/or lowest price bid, the term for bidding and qualifications for bidding, and a method of access to the bid-opening device. The bidding conditions differ with objects for auction.
  • Step S2: In response to the notice of auction which describes the details of the auction, each bidding device 10 m (where m=1, 2, . . . , M) generates a bidding price, and sends to the bid-opening device 20 the bidding price PRm and an identifier IDm by which the bidding device 10 m can be identified.
  • Step S3: Having received from the respective bidding device 10 1 to 10 M their bidding prices PR1 to PRM and identifiers ID1 to IDM, the bid-opening device 20 computes the highest (or lowest) one of the bidding prices and determines it to be the winning bid.
  • Step S4: The bid-opening device 20 outputs the winning bid and the identifier of the bidding device having submitted it.
  • The above procedure is the same as in the prior art. Since the communication channel between each bidding device 10 m and the bid-opening device 20 is not an anonymous channel, in particular, such a procedure as shown in FIG. 2 allows each bidding device 10 m to learn the bidding prices of the other bidding devices by wiretapping. To avoid this, according to the present invention, each bidding device 10 m uses one-way functions to transform the bidding price to bidding price information, which is sent to the bid-opening device 20.
  • Referring to FIG. 3, the bidding device 10 m comprises an input part 11, an information storage part 12, a control part 13 and a bidding price transformer 14. The control part 13 follows a control procedure stored in the information storage part 12 to control operations of the respective parts. The notice of auction, which describes the bidding conditions, is provided in advance via a channel to the bidding device 10 m from the bid-opening device 20 or some other device. In the information storage part 12 there are also stored the identifier IDm of this bidding device 10 m and an initial value IVm which is used for bidding. At the time of bidding, the bidding price PRm provided to the input part 11 is fed via the control part 13 into the bidding price transformer 14. The bidding price transformer 14 uses one-way functions to transform the bidding price PRm to bidding price information γm in integral form. The bidding price information γm and the identifier IDm are sent from a transceiver (not shown) to the bid-opening device 20 via a communication channel. Based on the bidding price information from every bidding device 10 m, the bid-opening device 20 decides the winning bid.
  • In this embodiment, the bidding price transformer 14 is supplied with the initial value IVm read out of the information storage part 12 by the control part 13 and the bidding price PRm, and processes the initial value IVm by a one-way function by the number of times corresponding to the bidding price PRm as described below. A one-way function is such a function that, given a variable x, y(=h(x)) can easily be computed from x, but when given y, very high computational complexity is needed to compute x such that y=h(x). An output value, obtained by processing the initial value IVm with the one-way function h by k times like h( . . . h(h(h(IVm))) . . . ), will hereinafter be represented by hk(IVm).
  • A concrete example of the bidding price transformer 14 is depicted in FIG. 4 and its procedure in FIG. 5. The bidding price transformer 14 comprises a data storage part 14S, conversion table memory 15, a one-way function h processor 16 and a one-way function g processor 17. Incidentally, the examples of the bidding device 10 m depicted in FIGS. 3 and 4 will also be referred to in describing second and third embodiments of the invention later on, in which case the broken-lined data storage part 14S is provided to store the result Dm of each computation by the one-way function h and the final result Cm of computation. A conversion table, which is stored in the conversion table memory 15, is contained as one bidding condition in the notice of auction, for instance. Each bidding device 10 m reads out the conversion table from a bulletin board 25 of the bid-opening device 20 which will be described later on with reference to FIG. 6. The conversion table is a table on which there are shown appropriately-separated K bidding prices from the lowest to the highest bidding price and a series of corresponding indexes k=1, 2, . . . , K. Each bidding device 10 m selects a desired bidding price from the conversion table and uses the corresponding index k as a bidding price index km. In the FIG. 4 example the bidding prices corresponding to the indexes k=1, 2, . . . , K are arranged to monotonously increase, but by arranging them to monotonously decrease, the lowest bidding price can be made a winning bid.
  • The one-function h processor is supplied with the initial value IVm and the price index km corresponding to the bidding price PRm read out of the conversion table memory 15, and repeatedly processes the initial value IVm with the one-way function h by the number of times corresponding to the price index km. As a result, hkm(IVm) is obtained. The one-way function g processor 17 further processes the output value hkm(IVm) with a one-way function g to compute γm=g(hkm(IVm)), and output it as bidding price information.
  • Step S1: Input the bidding price PRm and the initial value IVm.
  • Step S2: Read out of the conversion table memory 15 the price index km corresponding to the bidding price PRm.
  • Step S3: In the one-way function h processor 16, set the initial value of a variable t at 0 and the initial value IVm as γm, and repeat steps S4 and S5.
  • Step S4: Determine if t is smaller than km.
  • Step S5: If t<km, update γm with the value of h(γm) at that time, then increment t by one, and return to step S4.
  • Step S6: When t becomes no longer smaller than km, γm=hkm(IVm), which is processed by the one-way function g processor 17 such that γm←g(γm).
  • Step S7: Output, as the bidding price information, γm obtained in step S6.
  • BID-Opening Device (Successful Bid: Highest Bidding Price Bid)
  • FIG. 6 is a block diagram of the bid-opening device 20, which comprises a control unit 21, and a one-way function h processor 22, a one-way function g processor 23, an adder/subtractor 24, a bulletin board 25, a program storage part 27S, an information storage part 35 and an update data storage part 36 which are all connected to the control unit 21. In the program storage part 27S there is stored a bid-opening procedure as a program, and the control unit 21 follows the program to control operations of the respective parts. The one-way function h processor 22 and the one-way function g processor 23 are series-connected. The parts except the bulletin board 25 constitute a winning bid selector 27. The number of bidding devices are M, and the initial value IVm unique to each bidding device 10 m (where m=1, 2, . . . , M) is prestored by some means in the information storage part 35. In the bulletin board 25 there are also recorded other bidding conditions including a conversion table 25A; furthermore, verification information and the results of auction to be published are written in the bulletin board 25. The pieces of information are accessible from any external devices as well as from the bidding devices. In this case, however, assume that only the bid-opening device 20 is allowed to write in the bulletin board 25 (This applies to other embodiments).
  • In FIG. 7 there is depicted the procedure of operation of the bid-opening device 20. In this example the bidding price corresponding to the largest price index km is made a successful bid as follows. The index value is decremented one by one from the largest index K corresponding to the upper limit of the bidding price specified in the conversion table; a check is made for the presence of the bidding price information γm (where m=1, 2, . . . , M) corresponding to each index k is present; and when the bidding price information γm corresponding to the index k is detected for the first time, the detected bidding price information γm is determined to be the winning bid, and m (the bidding device number) at that time is computed, with which the bid-opening procedure ends.
  • Step S0: The bidding device 10 m inputs its bidding price information γm and identifier IDm (where m=1, 2, . . . , M) to the bid-opening device 20.
  • Step S1: The control unit 21 records the bidding price information γm and the identifier IDm in the bulletin board 25 accessible from arbitrary external devices (the bidding devices 10 1 to 10 M and other devices which are not bidders).
  • Step S2: To precalculate Dm (1), Dm (2), . . . , Dm (K) such that Dm (k)=h(Dm (k−1)) in the subsequent steps S3 to S6, the control unit 21 sets the bidding price index k←1, then reads out IDm from the information storage part 35, and substitutes it for Dm (0).
  • Step S3: The control unit 21 determines whether k>K.
  • Step S4: If not k>K, process Dm (k−1) by the one-way function h processor 22 to obtain Dm (k).
  • Step S5: Store Dm (k) in the update data storage part 36.
  • Step S6: Increment k by the adder/subtractor 24 such that k←k+1.
  • Step S7: If k>K in step S3, it means that Dm (1)=h(Dm (0))=h(IVm), Dm (2)=h(Dm (1))=h2(IVm) . . . , Dm (K)=hK(IVm) have all been obtained, then set k←K.
  • Step S8: Read out Dm (K)=hK(IVm) from the update data storage part 36 and process it by the one-way function g processor 23 to obtain Dm (k)←g(Dm (k)).
  • Step S9: For m=1, 2, . . . , M, the control unit 21 makes a check to see if there exists on the bulletin board 25 the bidding price information γm of the same value as Dm (k).
  • Step S10: If there does not exist on the bulletin board 25 the information γm of the same value as Dm (k), the control unit 21 inputs k to the adder/subtractor 24 to decrement k by one (i.e., k←k−1), then returns to step S8, and in steps S8 and S9 it makes a check to see if there exists on the bulletin board 25 the bidding price information γm of the same value as Dm (k)=g(hk(IVm)) for m=1, 2, . . . , M.
  • Step S11: If the information γm of the same value as Dm (k) is found on the bulletin board 25 in step S9, then the control unit 21 regards it as the successful price bid and outputs the index k at this time and the bidding device identifier IDm corresponding to the information γm, with which the procedure ends.
  • As described above, a check is made first for a bidding device 10 m having input the bidding price information γm equal to Dm (k)(=g(hk(IVm))) when the price index k is at the upper limit value K; if no such a bidding device is found, then a check is made for a bidding device 10 m having input the bidding price information γm equal to Dm (k) when the index k is decremented by one, i.e. k←k−1; and if no such a bidding device is found, then a check is made for a bidding device 10 m having input the bidding price information γm equal to Dm (k) when the index is further decremented by one, i.e. k←k−1. By making a check, for each decremented value of k, for the bidding device 10 m having input the bidding price information γm equal to Dm (k)(=g(hk(IVm))), it is possible to find out the price information γm corresponding to the largest index k, that is, the highest bidding price PRm.
  • Furthermore, each bidding device 10 m sends hkm+1(IVm) to the bid-opening device 20 in advance, and the bid-opening device 20 publishes it on the bulletin board 25 and, after determining the successful bidding price, publishes on the bulletin board 25 the highest bidding price index k and the identifier IDm of the successful bidding device and the verification information hk(IVm); in this instance, since k ought to equal km, it is possible for an arbitrary device, except the bid-opening device 20, to verify the validity or fairness of the bid-opening process by processing he published verification information hk(IVm) with the one-way function h to obtain hk+1(IVm) and making sure that it matches hkm+1(IVm) published prior to the determination of the winning bid. Alternatively, the verification of the bid-opening procedure can be made by publishing the verification information hk(IVm) of each bidding device on the bulletin board 25 in advance and making a check to see if the value, obtained by processing hkm(IVm) published on the bulletin board 25 with the one-way function h by (K−km) times, matches hk(IVm).
  • In the case where the lowest price bid is the winning bid, the bidding prices corresponding to the price indexes k on the conversion table are arranged so that they monotonously increase from the lowest value, as referred to previously.
  • In the embodiment described above, all the bidding device 10 1 to 10 M send hkm+1(IVm) to the bid-opening device 20 in advance for verification of the results of bid-opening, and the bid-opening device 20 writes it on the bulletin board. It is easy to compute hk+1(z) from hk(z) in the computation hk+1(z)=h(hk(z)) using the one-way function, but the computation of hk(z) from hk+1(z) involves too enormous computational complexity to deal with practically. Accordingly, even if the bidding device publishes in advance hkv(IVm) computed using an index kv larger than the bidding price index km, there is no possibility of other devices learning the index km unless the bid-opening is performed in terms of the index km.
  • The value kv of the verification information hkv(IVm) may be a value kv=km+A which is obtained by adding the bidding price index km with a predetermined integer A equal to or greater than 1, or a value kv=K+A which is obtained by adding the maximum index K with the integer A. In the former case, hkm(IVm) is processed A times with the one-way function h and the resulting value is checked for matching the published information hkv(IVm). In the latter case, hkm(IVm) is processed K+A−km times with the one-way function h and the resulting value is checked for matching the published information hkv(IVm).
  • In the embodiment described above, the bidding devices 10 1 to 10 M each convert the bidding price PR to the index k by the conversion table and the initial value IVm is processed with the one-way function by the number of times corresponding to the index k, but the use of the conversion table is not essential to the present invention. For example, the index k itself may be the bidding price, in which case neither of the bidding devices the bid-opening device requires the conversion table and any one of a series of value k which monotonously increase one by one within a predetermined range defined by the upper and lower limits given as one of the conditions for auction is chosen as the bidding price PR.
  • Second Embodiment
  • In the first embodiment the bid-opening device 20 must be informed of the initial value IVm of each bidding device 10 m. In this embodiment, however, the bid-opening device 20 requires the bidding device 10 m to send Dm=hk(IVm) corresponding to the price index k, and hence it does not need the initial value IVm. Since the price index k varies one by one such that k=1, 2, . . . , K, this embodiment utilizes the fact that hk+1(IVm)=h(hk(IVm)) holds; the bid-opening device 20 verifies the response hk(IVm) from the bidding device in reply to an inquiry k, then computes g(hk(IVm)), and checks it for matching the bidding price information γm (where m=1, 2, . . . , M).
  • A description will be given of the case where the highest bid is the successful bid.
  • The bidding device 10 m has a configuration in which the data storage part 14S indicated by the broken line in FIG. 4 is added to the bidding price transformer 14. The bidding device 10 m precomputes Dm=hk(IVm) by the one-way function h processor 16 for each value k=1, 2, . . . , K+1, and stores it in the data storage part 14S. When inquired about k from the bid-opening device 20, the bidding device 10 m reads out of the data storage part 14S the data hk(IVm) corresponding to k and sends it as the response Dm=hk(IVm) to the bid-opening device 20. Furthermore, the bidding device 10 m sends to the bid-opening device 20 the data hK+1(IVm) as the verification information Cm, together with the bidding price information γm. As depicted in FIG. 8, the bid-opening device 20 comprises a control unit 21, a one-way function h processor 22, a one-way function g processor 23, a subtractor 24, a program storage part 27S and a bulletin board 25 accessible from other devices. On the bulletin board 25 there are published a conversion table 25A along with conditions for auction.
  • The bid-opening device 20 operates as depicted in FIG. 9.
  • The bidding devices 10 m each send hK+1(IVm) as the verification information Cm in advance to the bid-opening device 20 together with the bidding price information γm and the identifier IDm. The bid-opening device 20 publishes these pieces of data on the bulletin board 25. Let it be assumed here that M bids are submitted, and hence m=1, 2, . . . , M.
  • Step S1: Write and hence publish on the bulletin board 25 the plural pieces of data sent to the bid-opening device 20, that is, the bidding price information γm(=g(hkm(IVm))), the verification information Cm and the identifier IDm.
  • Step S2: Set the initial value of the index k at the upper limit value K by control unit 21.
  • Step S3: Request each bidding device 10 m to present Dm=hk(IVm). The bidding device 10 m reads out of the data storage part 14S the data hk(IVm), and sends it to the bid-opening device 20 as Dm.
  • Step S4: Record and hence publish on the bulletin board 25 the data Dm sent from every bidding device 10 m.
  • Step S5: Generates h(Dm) for each Dm by the one-way function h processor 22.
  • Step S6: Make a check to see if all the pieces of data h(Dm) match all the pieces of verification information Cm on the bulletin board 25; if no mismatch is found, then determine that they are all correct or valid, and continue the subsequent steps. If a mismatch is found, then sends an error message to every bidding device 10 m and finish the bid-opening operation.
  • Step S7: When no mismatch is found in step S6, generate data g(Dm) by the one-way function g processor 23.
  • Step S8: Make a check to see if each data g(Dm) matches the bidding price information γm; if no match is found, update Cm on the bulletin board 25 with Dm (Cm←Dm).
  • Step S10: Set k←k−1 by the subtractor 24 and return to step S3.
  • Step S11: If even one of the pieces of information γm is found to match with g(Dm) in step S8, decide k at that time as the price index corresponding to the winning bid, and output the index k and the identifier IDm of the bidding device 10 m having offered the successful bid.
  • In this instance, the values of losing bids other than the winning one are kept secret from even the bid-opening device 20.
  • In this embodiment, too, the lowest price bid can be chosen as the winning bid simply by arranging the bidding prices in such a manner as to monotonously decrease relative to a monotonously increasing index k on the conversion table, or by arranging the bidding prices in such a manner as to monotonously increase relative to a monotonously decreasing index k.
  • Third Embodiment
  • In the second embodiment described above, as depicted in FIG. 9, the bid-opening device 20 requires all the bidding devices to present hk(IVm) and receive it for each value of the price index k until the first detection of a match between g(Dm) and γm in step S3. Accordingly, the sealed-bit auction scheme according to the second embodiment has the defect of a large communication cost. This embodiment requires the bid-opening device 20 to be informed of nothing but the initial value IVm, publishes only the winning bid, that is, hides the losing bids, and reduces the communication cost.
  • The bidding device 10 m is identical in construction as in the second embodiment, and in the constructions of FIGS. 3 and 4 the data storage part 14S is provided in which there are prestored Dm (1), . . . , Dm (K) and Cm=Dm (k+1). The bid-opening device 20, shown in FIG. 10, is basically identical in construction with the bid-opening device of FIG. 8, and no description will be repeated, but as will be described below with reference to FIG. 11, the operation of the bid-opening device in this embodiment differs from the operation depicted in FIG. 9.
  • Step S0: The bidding devices 10 1 to 10 m each send in advance the verification information Cm (=hk+1(IVm)) to the bid-opening device 20 together with the bidding price information γm (=g(hkm(IVm)) and the identifiers IDm.
  • Step S1: The bid-opening device 20 first publishes the plural pieces of bidding price information γm and verification information Cm and the identifiers IDm on the bulletin board 25.
  • Step S2: Set the count value k of a counter 24 at the upper limit value K.
  • Step S3: Inquire of all the bidding devices 10 m (where m=1, 2, . . . , M) about whether they have bid the price k.
  • Step S4: Decide whether there is bidding device having bid with the price index k.
  • Step S5: If no bidding device have bid the price, decrement k by the subtractor 24 to k←k−1 and return to step S3.
  • Step S6: When it is found that any one of the bidding devices 10 m has bid with the price index k, request all the bidding devices 10 m to present hk(IVm). Each bidding device 10 m reads out of the data storage part 14S the data Dm=hk(IVm) precalculated corresponding to k as depicted in FIG. 4, and sends the read-out data Dm to the bid-opening device 20.
  • Step S7: Publishes all the responses Dm from the bidding devices 10 m on the bulletin board 25.
  • Step S8: For all the responses Dm, generate hK−k+1(Dm) by the one-way function h processor 22.
  • Step S9: Check whether each data hK−k+1(Dm) matches the corresponding verification information Cm on the bulletin board 25. If no mismatch is found, decide that the responses Dm are all correct, and proceed to the subsequent steps. If a mismatch is found, send an error message to each bidding device 10 m and finish this bid-opening session for the price index k.
  • Step S10: When no mismatch is found in step S9, generate g(Dj) by the one-way function g processor 23 for the response Dj (where 1≦j≦M) from the bidding device 10 j which has identified itself as having bid with the price k.
  • Step S11: Check whether g(Dj) matches the bidding price information γj of the bidding device 10 j on the bulletin board 25. If they match, decide that the bidding device 10 j has bid the price k. If they do not match, send an error message to all the bidding devices and discontinue the session.
  • As described above, in this embodiment, when no bidding device identifies itself as having bid the price k in reply to the inquiry in step S3, the bidding devices 10 m are not required to send Dm(=hk(IVm)) to the bid-opening device 20, and hence the communication cost is small as compared with that in the second embodiment accordingly.
  • As described below, a check is made, if necessary, to see if another bidding device 10 m (different from the device 10 j) has bid a value higher than k.
  • Step S12: For t such that k≦t≦K and all m's except j (1≦m≦M, m≠j), it is checked whether g(ht−k(hk(IVm))) matches the bidding price information γm on the bulletin board 25 for t=k, k+1, . . . K, and if a match is found, then send an error message to each bidding device concerned and discontinue the bid-opening session.
  • Step S13: If no match is found, then output the winning bidding price k and the identifier IDj of the bidding device having offered the winning bid.
  • With this check or verification, if a bidding device makes a false response to the inquiry about whether it has bid, for example, with k, this dishonest bidding device is detected; that is, this embodiment satisfies the “undeniability” requirement. When this checking does not takes place, the bid-opening device 20 outputs k and IDj when deciding in step S11 that the bidding device 10 j has bid with k.
  • In this way, this embodiment keeps losing bids, except the winning one, secret from even the bid-opening device 20 and reduces the communication cost.
  • While in the above the highest price bid is the winning bid, the lowest price bid can be chosen as the successful bid simply by arranging monotonously decreasing (or increasing) values of the bidding price PR on the conversion table in a one-to-one correspondence with monotonously increasing (or decreasing) values of the price index k.
  • Fourth Embodiment
  • This embodiment is intended to permit simplification of the processing in the bid-opening device 20 and reduction of the communication cost.
  • As depicted in FIG. 12, each bidding device 10 m has a construction in which a random generator 18 and an operation part 19 are added to the bidding device shown in FIGS. 3 and 4. The random generator 18 generates a random number Rm known only to the bidding device 10 m. The operation part 19 uses the random number Rm and the bidding price PRm to perform a predetermined operation such as a bit concatenation, exclusive ORing, addition, or multiplication (which operation will hereinafter be denoted by (+)), then processes the operation result with the one-way function h, and sends the processed output h(PRm(+)Rm) to the bid-opening device 20, together with the bidding price information γm=g(hkm(IVm)) and the identifier IDm.
  • FIG. 13 illustrates in block form the functional configuration of the bid-opening device 20 in this embodiment, and FIG. 14 is a flowchart for explaining its operation. The bid-opening device 20 has a construction in which one-way function h processors 22′ and 22″ and an operation part 26 are added to the device of FIG. 10 and a subtractor 37 is replaced for the counter 24. For simplicity sake, the program storage part 27S is not shown. At the time of bidding every bidding device 10 m (where m=1, 2, . . . , M) sends hK+1(IVm) to the bid-opening device 20, along with the bidding price information γm(=g(hkm(IVm))), the identifier IDm and the random number information h(PRm(+)Rm).
  • Step S1: Receive γm, Cm(=hK+1(IVm)), h(PRm(+)Rm) and IDm from each bidding device 20 and write and hence publish them on the bulletin board 25.
  • Step S2: Request all the bidding devices 10 m to present their bidding prices PRm and random numbers Rm.
  • Step S3: Upon receiving PRm and Rm from each bidding device 10 m, compute (PRm(+)Rm) in the operation part 26, then compute h(PRm(+)Rm) by the one-way function h processor 22″, and make a check to determine whether the value matches h(PRm(+)Rm) published on the bulletin board 25.
  • Step S4: At this point the bid-opening device 20 learns all the bidding prices. The bid-opening device 20 obtains from the conversion table 25A a price index kmx corresponding to the highest value among the bidding prices PRm. The bidding device (the successful bidding device) which has bid kmx will hereinafter be identified by 10 j. At this point each bidding device cannot learn the bidding prices of the other bidding devices.
  • Step S5: Send kmx to all the bidding devices 10 m and request them to present Dm=hkmx(IVm).
  • Step S6: Each bidding device 10 m reads out Dm=hkmx(IVm) corresponding to kmx from the data storage part 14S described previously with respect to FIG. 4, and sends the read-out Dm to the bid-opening device 20, which writes on the bulletin board 25 all the pieces of data Dm sent from the bidding devices 10 m.
  • Step S7: For each Dm, calculates K+1−kmx by a subtractor 37 and generate hK+1−kmx(Dm) by the one-way function h processor 22 from K+1−kmx and Dm.
  • Step S8: Verify whether hK+1−kmx(Dm) matches the corresponding verification information Cm on the bulletin board 25. If no mismatch is found, decides that all the responses Dm are correct, and proceed to the subsequent steps. If a mismatch is found, sends an error message to each bidding device and discontinue further operation.
  • Step S9: If no mismatch is found in step S8, generate g(Dj) by the one-way function g processor 23 for Dj presented by the successful bidding device 10 j.
  • Step S10: Verify whether g(Dj) matches the bidding price information γj in the bidding data of the bidding device 20 j on the bulletin board 25. If they match, decide that the bidding device 10 j has bid with the price index kmx. If they do not match, send an error message to each bidding device and discontinue the current bid-opening session.
  • As described below, a check is made, if necessary, to see if another bidding device 10 m (different from the device 10 j) has bid a value higher than kmx.
  • Step S11: For t=kmx+1, kmx+2, . . . , K, compute ht−kmx(Dm) by the one-way function processor 22′ and process the computed result by the one-way function g processor 23 to obtain g(ht−kmx(Dm)), and verify whether this g(ht−kmx(Dm)) matches the bidding price information γm on the bulletin board 25 for all m's except j (1≦m≦M, m≠j).
  • Step S12: If a match is found, then send an error message to each bidding device concerned and discontinue the current bid-opening session. If no match found, then output the winning bidding price index kmx and the identifier IDj of the bidding device 10 j having offered the winning bid.
  • For example, in the case where the bidding device 10 m bids with the random number information h(PRm(+)Rm) and the bidding price information γm=g(hkm(IVm) (where PRm′>PRm) and presents a price PRm′ higher than the bidding price PRm and the random number Rm in reply to the request for the presentation of PRm and Rm in step S2 and the price PRm′ becomes the highest bid value, if the bidding device presents Dm=hkmx(IVm) in reply to the request for the presentation of hkmx(IVm) in step S5, it will pass the verifications in steps S7 and S8, incurring the possibility that the price PRm lower than PRm′ becomes the winning bid. However, this can be prevented because a mismatch is found between g(Dm)=g(hkmx(IVm)) and γm=g(hkm(IVm) in steps S10 and S11.
  • With the bid-opening device 20, it is possible to specify the winning bid and the corresponding successful bidding device from PRm, Rm and IDm with ease, reduce the communication cost and verify that the winning bidding price and the winning device determined from PRm, Rm and IDm are true.
  • Fifth Embodiment
  • In this embodiment each bidding device sends to the bid-opening device bidding price information containing select information which indicates whether to bid for each of K kinds of biddable prices. As depicted in FIG. 15, the bidding price transformer 14 of the bidding device 10 m comprises a control part 41, a random generator 42, a one-way function h processor 43, a select information generator 45, a (+) operation part 46 and an adder 47.
  • Let PRm represent that one of the K kinds of price indexes 1, 2, . . . , K which the bidding device 10 m is to actually to bid. The select information denoted by bm (k) is defined as follows: bm (k)=0 when the bidding device 10 m does not bid for the price index k such that 1≦k≦K, and bm (k)=1 when the bidding device 10 m bids for the price index k. Accordingly, only one piece of information bm (k) exists for k such that 1≦k≦K. As mentioned above, the two values of the information bm (k) may be any values as long as they differ from each other. The information bm (k) is known only to the bidding device 10 m, which uses it as a random number for each value of the price index k. The bidding device 10 m outputs {IDm, h(1(+)bm (1)(+)Rm (1)), h(2(+)bm (2)(+)Rm (2)), . . . , h(K(+)bm (K)(+)Rm (K)} as bidding price information.
  • A description will be given, with reference to FIG. 16, of the procedure by which K pieces of bidding price information are prepared.
  • Step S1: The bidding price PRm is determined and input.
  • Step S2: Set the initial value of the price index k to 1.
  • Step S3: Make a check to see if k≦K.
  • Step S4: If k≦K, generate the random number Rm (k) by the random generator 42.
  • Step S5: Generate the rice select information bm (k) by the select information generator 45 in accordance with the bidding price PRm.
  • Step S6: The (+) operation part 46 inputs thereinto these pieces of information Rm (k) and bm (k), and compute k(+)bm (k)(+)Rm (k). (+) indicates a predetermined appropriate operation, which may be a concatenation, addition, subtraction, multiplication, or the like.
  • Step S7: Process the result of this operation by the one-way function h processor 43 to generate h(k(+)bm (k)(+)Rm (k)).
  • Step S8: Increment k by one by the adder 47, followed by a return to step S3.
  • Step S9: When k exceeds K and the processing for all values of k ends, the bidding device 10 m sends the identifier IDm and the bidding price information {h(1(+)bm (1)(+)Rm (1)), . . . , h(K(+)bm (K)(+)Rm (K))} to the bid-opening device 20.
  • By generating the bidding price information for each price through utilization of the one-way function and sending all the pieces of bidding price information to the bid-opening device 20 as described above, the aimed bidding price can be kept secret.
  • FIG. 17 illustrates in block form the bid-opening device 20 which performs the bid-opening process based on such bidding price information sent thereto. The bid-opening device 20 comprises a control part 21, a one-way function h processor 22, a subtractor 24, an information storage part 35, a bulletin board 25 and a (+) operation part 51. As is the case with FIG. 8, the program storage part 27S is also provided but is not shown for the sake of brevity.
  • FIG. 18 is a flowchart for explaining the operation of this bid-opening device 20.
  • Step S0: Receive the bidding price information {IDm, h(1(+)bm (1)(+)Rm (1)), h(2(+)bm (2)(+)Rm (2)), . . . , h(K(+)bm (K)(+)Rm (K))} from the bidding device 10 m (where m=1, 2, . . . , M).
  • Step S1: Write and hence publish the bidding price information on the bulletin board 25.
  • Step S2: Set the price index k to its highest value K.
  • Step S3: Request each bidding device 10 m to present the random number Rm (k).
  • Step S4: The bidding devices 10 m each send the random number Rm (k) to the bid-opening device 20, which writes all the random numbers Rm (k) on the bulletin board 25.
  • Step S5: Set bm (k)=1, then input bm (k) and Rm (k) to the (+) operation part 51 to perform an operation k(+)1(+)Rm (k), and process the result of operation by the one-way function h processor 22 to obtain h(k(+)1(+)Rm (k)).
  • Step S6: For each m, make a check to see if a match is found between the calculated h(k(+)1(+)Rm (k)) and h(k(+)1(+)Rm (k)) on the bulletin board 25.
  • Step S7: If no match is found, decrement k such that k←k−1, and return to step S3.
  • Step S8: If a match is found, determine the k as the successful price index k, then output the price index k and the identifier IDm of the bidding device 10 m concerned, and discontinue the current bid-opening session.
  • As described above, according to this embodiment, the bidding price information corresponding to each price index is generated using the one-way function and all the pieces of bidding price information are sequentially opened in decreasing order from the highest value. This enables non-winning bids to be kept secret.
  • In the case of choosing the lowest price bid as the successful bid in this embodiment, the bidding device 10 m similarly sends the bidding price information {IDm, h(1(+)bm (1)(+)Rm (1)), h(2(+)bm (2)(+)Rm (2)), . . . , h(K(+)bm (K)(+)Rm (K))} to the bid-opening device 20. The bid-opening device 20 carries out about the same processing as depicted in FIG. 18, but in step S2 the lowest value 1 of the K kinds of biddable price indexes is set to k and in step S6 the index k is incremented by one such that k←k+1.
  • In the case of choosing the highest price bid as the winning bid in this embodiment, since random numbers Rm (t) received from all the bidding devices for t (where k≦t≦K) are recorded on the bulletin board 25 in step S4, it is possible to detect that bm (k)=0 for the index larger than the winning price index k, by calculating h(t(+)bm (t)(+)Rm (t)) and comparing it with h(k(+)bm (k)(+)Rm (k)) published on the bulletin board 25. Accordingly, any one can determine if the winning price index k is correct.
  • In this embodiment it is also possible for each bidding device 10 m to send the set of random numbers {Rm (k)}(k=1, . . . , K) to the bid-opening device 20 in advance together with IDm and h(k(+)bm (k)(+)Rm (k)). In this case, however, the random number Rm (k) is not written on the bulletin board 25 but is stored in the broken-lined information storage part 35. In FIG. 19 there is shown a flowchart for explaining the processing which the bid-opening device 20 performs in such an instance.
  • Step S0: Receive the bidding price information {IDm, h(1(+)bm (1)(+)Rm (1)), h(2(+)bm (2)(+)Rm (2)), . . . , h(K(+)bm (K)(+)Rm (K))} and random number information {Rm (1), Rm (2), . . . , Rm (R)} from the bidding devices 10 m (where m=1, 2, . . . , M).
  • Step S1: Write and hence publish only the bidding price information on the bulletin board 25 and store the random number information in the storage part 35 indicated by the broken line.
  • Step S2: Set the highest possible value K for the price index k.
  • Step S3: For all m's, generate h(k(+)1(+)Rm (k)) read out of the storage part 35 with bb (k)=1.
  • Step S4: Verify whether a match is found between h(k(+)1(+)Rm (k)) and the pieces of bidding rice information written on the bulletin board 25.
  • Step S5: If no match is found, decrement the price index k by one to k←k−1
  • and return to step S3.
  • Step S6: For the index k for which the mach was found, write and publish all the random numbers Rm (t) (k≦t≦K) on the bulletin board 25.
  • Step S7: Determine k at this time as the winning price index, then output this index k and the identifier IDm of the bidding device 10 m having submitted the winning bid, and discontinue the current bid-opening session.
  • When the lowest bidding price bid is chosen as the successful bid in this case, the index k is set to the smallest possible value, 1 in this example, in step S2 in FIG. 19, then in step S4 the index k is incremented by one, and in step S5 all random numbers Rm (t) which are 1≦t≦K are published on the bulletin board 25. The other operations are the same as those described above with reference to FIG. 19.
  • While in the above the select information bm (k) has been described to be “0” or “1,” they may be any values as long as they are two predetermined different integers.
  • Sixth Embodiment
  • In the second embodiment described previously, at the time of bidding each bidding device 10 m sends the bidding price information γm=g(hkm(IVm)) and the verification information Cm=hk+1(IVm) to the bid-opening device 20, and at the time of bid-opening the bid-opening device 20 requests the bidding device 10 m to send the information Dm=hk(IVm), and verifies whether h(Dm) and Cm match for the information Dm received from the bidding device 10 m; if they match, then the bid-opening device 20 further verifies whether g(Dm) matches the bidding price information γm. These verifications need to be made for all of m=1, 2, . . . , M. Accordingly, the amount of data to be processed increases with an increase in the number M of bidding devices used. In addition, the larger the highest value K of the index k, the more the amount of multiple processing by the one-way function h; hence it is necessary to process an enormous amount of data.
  • To avoid this, the sixth embodiment utilizes one-way functions to transform the bidding price index km to gm=Hm (K)=hK−km)gxm(IVm)), which is sent to the bid-opening device 20. xm is an arbitrary integer equal to or greater than 1 which is determined by the bidding device 10 m. When inquired about whether it has bid with the index k, the bidding device 10 m presents Hm (k−1)=hk−km−1(gxm(IVm)) if k is not its aimed bidding price index km, and if it is the aimed value, the bidding device 10 m presents Hm (k−1)=gxm−1(IVm). The bid-opening device 20 verifies the former with h(Hm (k−1))=Hm (K) and the latter with g(Hm (k−1))=Hm (K).
  • The M bidding devices 10 m indirectly bit the bidding price index values km to the bid-opening device 20, which detects the largest one of the index values km bit by the bidding devices 10 m. Each bidding device 10 m and the bid-opening device 20 have a conversion table in which K bidding prices PR1, PR2, . . . , PRK are held in a one-to-one correspondence with K kinds of index values 1, 2, . . . , K in increasing order. In this embodiment, as the index value k (where k=1, 2, . . . , K) increases, the value PRk becomes larger; for example, PR1=10, PR2=15, PR3=30, . . . , PRK=3000.
  • FIG. 20 illustrates in block form the functional configuration of the bidding device 10 m and FIG. 21 is a flowchart showing its bidding procedure. The bidding device 10 m comprises an input part 11, a control part 13, a bidding price transformer 14, a transceiver 18 and a storage part 12 all of which are interconnected via a common bus 10B. The bidding price transformer 14 is made up of a conversion table 15, a one-way function h processor 16 and a one-way function g processor 17. The control part 13 reads out a bidding procedure program stored in the storage part 12, and follows it to control the respective parts to perform bidding as described below.
  • Step S1: The bidding device 10 m receives via the input part 11 a value PRm selected from values PR1, PR2, . . . , PRK, an initial value (a positive integer) IVm and an arbitrary integer xm equal to or greater than 1.
  • Step S2: The control part 13 stores IVm and xm in the storage part 12.
  • Step S3: The control part 13 refers to the conversion table 15 with PRm to convert it to an index value km and stores it in the storage part 12.
  • Step S4: The initial value IVm and the bidding price xm are read out from the storage part 12, then input to the one-way function g processor 17, wherein the initial value is processed xm times with the one-say function g to obtain gxm(IVm).
  • Step S5: If necessary, gxm(IVm) is stored in the storage part 12.
  • Step S6: gxm(IVm), K and km are input to the one-way function h processor 16, wherein gxm(IVm) is processed K−km times with the one-way function h to obtain

  • H m (K) =h K−km(g xm(IVm)).
  • Step S7: Hm (K) is sent as the bidding price information to the bid-opening device 20 via the transceiver 18.
  • In this way, the bidding device 10 m sends the aimed bidding price index value km to the bid-opening device 20.
  • Step S8: Upon beginning the bid-opening procedure by the bid-opening device 20 after the bidding, each bidding device 10 m receives an inquiry with the price index k from the bit-opening device 20 by the transceiver 18 as depicted in FIG. 21.
  • Step S9: A check is made to see if the inquiry index value k is equal to the bidding price index km stored in the storage part 12.
  • Step S10: If not equal, gxm(IVm) is read out of the information storage part 12 and is input to the one-way function h processor 16 together with km and k, wherein gxm(IVm) is processed k−km−1 times with the one-way function h to obtain response information Hm (k−1) by the following equation:

  • H m (k−1) =h k−km−1(g xm(IVm))
  • Step S11: The bidding device 10 m sends the response information Hm (k−1) to the bid-opening device 20 via the transceiver 18 and waits for the next inquiry about k.
  • Step S12: If the inquiry about k corresponds to its aimed value, that is, if the index k is equal to km in he storage part 12, the bidding device 10 m inputs the initial value IVm and xm−1 to the one-way function g processor 17, wherein the initial value IVm is processed xm−1 times to obtain response information Hm (k−1)=gxm−1(IVm).
  • Step S13: The bidding device 10 m sends the response information Hm (k−1) to the bid-opening device 20.
  • The functional configuration of the bid-opening device 20 is depicted in FIG. 22 and its bid-opening procedure in FIG. 23. The bid-opening device 20 comprises a control part 21, a program storage part 27S, a one-way function h processor 22, a one-way function g processor 23, a counter 24, a bulletin board 25, a conversion table 25A, a transceiver 28, and an information storage part 25, all of which are interconnected via a common bus 20B.
  • Step S1: Upon receiving the bidding information γm=Hm (K) from each bidding device 10 m by the transceiver 28, the control part 21 writes the bidding information Hm (K) on the bulletin board 25 to publish it.
  • Step S2: Set K as the initial value of k in the counter 24.
  • Step S3: Send the index value k on the counter 24 to each bidding device 10 m, and send thereto an inquiry about bidding via the transceiver 28.
  • Step S4: Receive the response information Hm (k−1) by the transceiver 28 from all the bidding devices 10 m.
  • Step S5: Input Hm (k−1) to the one-way function h processor 22 to process it with the one-way function h to obtain h(Hm (k−1)).
  • Step S6: Check whether the result of operation h(Hm (k−1)) is equal to the bidding information Am for m in the storage part 35.
  • Step S7: If h(Hm (k−1))=Hm (K), store the received information Hm (k−1) as updated bidding information Hm (K) in the storage part 35 to update Hm (K).
  • Step S8: Decrement the count value k of the counter 24 by one, then return to step S3, and inquire of each bidding device 10 m about whether it has made a registration for the value k.
  • Step S9: When it is found in step S6 that the response information Hm (k−1) from the bidding device 10 m is gxm−1(IVm) which is equal to the aimed index value, h(Hm (k−1)) does not become equal to Hm (K)=hek+1−km−1(gxm(IVm))=gxm(IVm) in step S9. Then, input Hm (k−1) to the one-way function g processor 23 to process Hm (k−1) with the one-way function g to obtain g(Hm (k−1)).
  • Step S10: Make a check to see if g(Hm (k−1)) is equal to Hm (K) corresponding to m stored in the storage part 35.
  • Step S11: When the bidding device 10 m has performed correct processing, hkm+1−km−1(gxm(IVm))=gxm(IVm)=Hm (K) by the process of step S7 at the time of previous inquiry for k=km+1; hence, g(Hm (k−1))=Hm (K) holds. In the inquiry processing for the index k which is decremented one by one, the index k for which g(Hm (k−1))=Hm (K) holds for the first time is the maximum value among the bidding price indexes of all the bidding devices, and this index k is converted to the value PRk by referring to the conversion table 25A.
  • Step S12: Output the value PRk as the highest one of the bid values, and if necessary, output the number m of the winning bidding device 10 m as well.
  • In the bidding procedure of FIG. 21, if k=km in step S9 when inquired about whether it has bid k, the bidding device 10 m may send to the bid-opening device 29 in step S13 not only the response information Hm (k−1) but also information indicating k=km (which information will hereinafter be referred to as identity information). In this instance, upon receiving the response information Hm (k−1) in step S4 in FIG. 23, the bid-opening device 20 makes a check for the identity information; if not having received it, the device 20 performs the operation h(Hm (k−1)) and if having received the information, g(Hm (k−1)). Incidentally, in the event that g(Hm (k−1))≠Hm (K) in step S10 in FIG. 23, the bid-opening device 20 may discontinue the current bid-opening session for the reasons of dishonesty by the bidding device concerned and request all the bidding devices 10 m to rebid; alternatively, the bid-opening device 20 may abandon inquiring that bidding device but may continue inquiring the other bidding device.
  • In the case where the bidding prices PRk are arranged on each of the conversion tables 15 and 25A in such a decreasing order as 3000, 2950, 2900, . . . , 100 in correspondence with the K index values 1, 2, . . . , K, the price PRk corresponding to the index value k for which g(Hm (k−1))=Hm (K) holds for the first time in the inquiry about bidding k represents the lowest one of the aimed bidding prices of all the bidding devices 10 m. The maximum value of the index may also be obtained without using the conversion table 15. In this instance, the bidding device 10 m sends the index value km, and after step S10 in FIG. 23 the bid-opening device 20 outputs the index value k as the highest value and, if necessary, together with the number m (or IDm) of the bidding device 10 m having sent the index value km.
  • In the bid-opening procedure depicted in FIG. 23, the bid-opening device 20 inquires every bidding device 10 m for each value of the index k=K, K−1, K−2, . . . , and receives Hm (k−1)), and then processes it using the one-say function h in step S5; hence this procedure requires high communication cost and computational complexity. In FIG. 24 there is depicted a modified form of the above-mentioned bid-opening procedure whose communication cost and computational complexity are reduced using the scheme described previously with reference to FIG. 11. No description will be given of the bidding procedure since it is exactly the same as in the FIG. 11 embodiment.
  • Step S0: Receive bidding price information Hm (K)=hK−km(gxm(IVm)) and the identifier IDm from each bidding device.
  • Step S1: Publish the received Hm (K) and IDm on the bulletin board 25.
  • Step S2: Set the initial value of the index k at K.
  • Step S3: Inquire of all the bidding devices 10 m about whether they bid for the index k.
  • Step S4: Check the responses for YES (which means that the bidding device concerned has bid for the index k).
  • Step S5: If no YES is found, decrement k by one and returns to step S3 to repeat the same processing.
  • Step S6: If YES is found, request all the bidding devices 10 m to send their bidding price information Hm (k−1). The response of the bidding device to this request is the same as described previously in connection with FIG. 21.
  • Step S7: Publish the received information Hm (k−1) on the bulletin board 25.
  • Step S8: For the response Hm (k−1) of an m (representing the bidding device 10 m) having bid for the index k, compute

  • H m =h K−k(g(H m (k−1))
  • and for the responses Hm (k−1) from the other m's (the other bidding devices), compute

  • H m =h K+1−k(H m (k−1)).
  • Step S9: Check whether Hm=Hm (k) holds for all the m's, and if a mismatch is detected for even one of them, send an error message to all the bidding devices and discontinue the current bid-opening session.
  • Step S10: If a match is detected for every one of them, determine that the bidding device 10 m of the number m having responded YES is the winning bidder, and output the index k at that time and its identifier IDm for publication
  • The bidding device 10 m and the bid-opening device 20 can each be implemented by a computer.
  • Seventh Embodiment
  • In the fifth embodiment described previously, each bidding device 10 m generates the select information bm (k) indicating whether to bid for every price index k=1, 2, . . . , K, and these pieces of select information are contained in K pieces of information h(k(+)bb (k)(+)Rm (k)), where k=1, 2, . . . , K. In this embodiment, however, the plural pieces of select information are contained in a single piece of bidding price information through multiple processing with the one-way function h.
  • FIG. 25 illustrates in block form the functional configuration of each bidding device 10 m. Assume that K bidding prices PR and the k price indexes k=1, 2, . . . , K, which have a one-to-one correspondence with each other, are both arranged in monotone increasing order in the same direction. The bidding select information for each index k will be identified as b(k). In this embodiment a select information generating part 54 does not generate the select information bm (k) for all the indexes k=1, 2, . . . , K but instead generates the select information bm (k) only for indexes higher than the bidding price index km. Hm (k)=h(Hm (k−1)∥bm (k)) is calculated, with Hm (km−1)=IVm as its initial value, for each value of the price index k (=km, km+1, . . . , K) by a one-way function h processor 16, a concatenator 55 and a buffer 56, and the calculation result Hm (k) for each value of k is stored in a data storage part 14S. The final calculation result Hm (K) will hereinafter be called bidding price information. In this embodiment, a signature Sigm(Hm (K)) is generated by a signature generator 14S for the bidding price information 57.
  • FIG. 26 is a flowchart showing the bidding procedure of the bidding device 10 m depicted in FIG. 25.
  • In this embodiment, letting km be the index that the bidding device 10 m bids, a select information generating part 54 generates K−km+1 pieces of select information bm (km), bm (km+1), . . . , bb (K) corresponding to the indexes larger than the bidding price index km (step S1). Then, Hm (km−1), Hm (km), Hm (km+1), . . . , Hm (K) are successively generated by the following equations
  • H m ( k m - 1 ) = IV m H m ( k m ) = h ( H m ( k m - 1 ) b m ( k m ) ) H m ( k m + 1 ) = h ( H m ( k m ) b m ( k m + 1 ) ) H m ( t ) = h ( H m ( t - 1 ) b m ( t ) ) H m ( K ) = h ( H m ( K - 1 ) b m ( K ) )
  • and they are stored in the data storage part 14S (step S2). Further, a signature σm=Sigm(Hm (K)) of the bidding device 10 m corresponding to the bidding price information Hm (K) is generated by the signature generator 14S (step S3). The bidding device 10 m sends Hm (K), σm and IDm as bidding information to the bid-opening device 20 (step S4). After this, the bid-opening procedure is started, and upon receiving an inquiry for each value of the index k, the bidding device reads out {Hm (k−1), bm (k)} from the data storage part 14S, and sends it to the bid-opening device (step S5).
  • The bid-opening device 2—comprises, as depicted in FIG. 27, a control part 21, a one-way function h processor 22, a counter 24, a bulletin board 25, an information storage part 35, comparators 58 and 59 and a signature verifier 33. The pieces of bidding information Hm (K), σm and IDm are written on the bulletin board 25. Then, the received information Hm (k−1) is processed by the one-way function h processor 22 to obtain Hm (k)=h(Hm (k−1)), which is compared by the comparator 58 with Hm (k) read out of the bulletin board 25 to thereby verify whether they match. Further, it is checked by the comparator 59 whether the received select information bm (k) is 1, and if it is 1, then the bidding device 10 m corresponding to m at that time is determined as the winning bidder.
  • FIG. 28 is flowchart showing the bid-opening procedure of the bid-opening device 20.
  • The bid-opening device 20 verifies respective signatures σm (where m=1, 2, . . . , M) and writes and publish the received pieces of information Hm (K), σm and IDm on the bulletin board 25.
  • The bid-opening device 20 sends k to the bidding device in the order [k=K, K−1, K−2, . . . ] and asks for information {Hm (k−1), bm (k)} corresponding to each index k. The information {Hm (k−1), bm (k)} received from each bidding device 10 m is published on the bulletin board 25, then it is checked whether Hm (k)=h(H (k−1),bm (k)) holds for the information Hm (k) received previously, and if it holds, it is checked whether the select information bm (k) is 1. When bm (k) is 0 for all of m=1, 2, . . . , M, the bid-opening device 20 decrements k to k←k−1, then sends again k to the bidding device and asks for the information {Hm (k−1), bm (k)}, thereafter performing the same operation as described above. If the select information bm (k) is 1 for any one of m=1, 2, . . . , M, then the bidding device 10 m corresponding to that m is determined as the winning bidder. The bid-opening device 20 publishes the successful bidding price index km and the identifier IDm of the wining bidding device 10 m on the bulletin board 25.
  • According to this embodiment, since each bidding device does not perform the multiple processing with the one-way function for indexes smaller than the bidding price index km, the computational complexity is low accordingly.
  • The bid-opening device performs the bid-opening procedure as described below.
  • Step S0: Receive the pieces of bidding information Hm (K), σm and IDm from each bidding device, then verifies respective signature σm (where m=1, 2, . . . , M), and writes and publishes the pieces of information Hm (K), σm and IDm on the bulletin board 25.
  • Step S1: Set the initial value of the index k to K.
  • Step S2: Send k to each bidding device 10 m and ask for {Hm (k−1), bm (k)}.
  • Step S3: Write and publish on the bulletin board 25 the information {Hm (k−1), bm (k)} received from each bidding device 10 m.
  • Step S4: Process the received information {Hm (k−1), bm (k)} by the one-way function h processor 22, thereby generating H=h(Hm (k−1)∥bm (k)).
  • Step S5: Verify by the comparator 58 whether H generated in step S4 matches the previously received Hm (k). If a mismatch is detected, then send an error message to the bidding device and discontinue the current bid-opening session.
  • Step S6: If no mismatch is found in step S5, then decides that the response from every bidding device is valid, and make a check by the comparator 59 to see if the received select information bm (k) is 1.
  • Step S7: When the select information bm (k)
  • from all bidding devices 10 m is 0, update k with k−1 and return to step S2.
  • Step S8: When any one of M pieces of select information bm (k) is 1 in step S6, determine that the bidding device 10 m corresponding to m, which provides that information bm (k), is the winning bidder, and write and publish its identifier IDm and the index kk of the winning bid on the bulletin board 25, and end the bid-opening procedure.
  • In this embodiment the prices bid by the unsuccessful bidders are each kept secret from the other participants. The lowest price bid can be made a successful bid by using a conversion table wherein the price PR monotonously increases in the direction opposite to that in which the index k monotonously increases.
  • Incidentally, it is also possible to set Hm (0)=IVm, Hm (1)=h(Hm (0)∥bm (1)), . . . , Hm (K)=h(Hm (K−1)∥bm (K), where bm (1)=bm (2)= . . . =bm (km−1)=0.
  • The communication cost and computational complexity involved in the bid-opening procedure of FIG. 27 can also be reduced, as depicted in FIG. 27′, by the application of the scheme described previously with reference to FIG. 11. The bidding procedure is exactly the same as in FIG. 25, and hence it will not be described.
  • Step S0: Receive the bidding price information Hm (K)=h( . . . h(h(Hm (km−1)∥bm (km))∥bm (km+1)) . . . ∥bm (K)) and the identifier IDm from each bidding device.
  • Step S1: Publish the received Hm (K) and IDm.
  • Step S2: Set the initial value of the index k at K.
  • Step S3: Inquire of all the bidding devices 10 m about whether they bid for the index k.
  • Step S4: Check the responses for YES (which means that the bidding device concerned has bid for the index k).
  • Step S5: If no YES is found, decrement k by one and returns to step S3 to repeat the same processing.
  • Step S6: If YES is found, request all the bidding devices 10 m to send their bidding price information Hm (k−1)=h( . . . h(h(Hm (km−1)∥bm (km))∥bm (km+1)) . . . ∥bm (K)). The response of the bidding device to this request is the same as described previously in connection with FIG. 21. For the bidding device having bid for the current index k, k=km; therefore, Hm (k−1)=Hm (km−1)=IVm.
  • Step S7: Publish the received information Hm (k−1) on the bulletin board 25.
  • Step S8: For the response Hm (k−1) of an m (representing the bidding device 10 m) having bid for the index k, compute

  • H m =h( . . . h(h(H m (k−1)∥1)∥0)∥ . . . 0)
  • and for the responses Hm (k−1) from the other m's (the other bidding devices), compute

  • H m =h( . . . h(h(H m (k−1))∥0)∥0) . . . ∥0).
  • Step S9: Check whether Hm=Hm (k) holds for all the m's, and if a mismatch is detected for even one of them, send an error message to all the bidding devices and discontinue the current bid-opening session.
  • Step S10: If a match is detected for every one of them, determine that the bidding device 10 m of the number m having responded YES is the winning bidder, and output the index k at that time and its identifier IDm for publication.
  • Eighth Embodiment
  • In each of the embodiments described above, the bidding prices for the bidding price indexes k=1, 2, . . . , K in the conversion table are discrete values such as 1000, 2000, 3000, . . . , 10000, and each bidding device bids any one of the K prices but cannot bid a value intermediate between such discrete prices unless K prices are set in “1” increments. This embodiment is intended to permit bidding an arbitrary price intermediate between the discrete values. In this embodiment, an arbitrary bidding price PR within the range defined by the highest and lowest bidding prices is expressed by the following equation.

  • PR=F(k)+Q
  • where: 0≦Q<F(k+1)−F(k)
  • F(k) represents the price corresponding to the index k specified on the conversion table, and Q will hereinafter be referred to as a fraction.
  • This embodiment is one that the bidding price PR defined above is applied to the first embodiment described previously. Bidding price information g(hk(IVm)) and Qm are sent to the bid-opening device 20. Further, hK+1(IVm) is sent as verification information to the bid-opening device 20 together with the bidding price information. These pieces of information are published on the bulletin board as is the case with the first embodiment.
  • FIG. 30 is a block diagram illustrating the configuration of each bidding device 10 m, which is identical with the bidding device of the first embodiment except that the bidding price transformer 14 is provided with a fraction calculating part 14 a. The fraction calculating part 14A calculates, for a desired bidding price PRm, Qm=PRm−F(km) from the index km read out of the conversion table 15. As is the case with the first embodiment, the one-way function h processor 16 and the one-way function g processor 17 are used to compute γm=g(hkm(IVm)) from the index km which satisfies F(km+1)>PRm≧F(km) and the initial value IVm. In this embodiment, γm, Qm and IDm are sent as bidding information to the bid-opening device 20.
  • The bid-opening device 20 has, as depicted in FIG. 31, a sequencer 61 added to the bid-opening device 20 in FIG. 6 embodiment. The pieces of bidding information γm, Qm and IDm are written and published on the bulletin board 25. The sequencer 61 reads out Q1, Q2, . . . , QM from the bulletin board 25, then sequences them in descending order, and sequences m=1, 2, . . . , M corresponding to the sequenced Qm, thereafter outputting them in the sequential order. The control part 21 checks, for each index k, whether IDm and γm match each other in the sequence of m defined by the sequencer 61. The bidding device 10 m, which corresponds to m for which the match was detected for the first time, is determined as the winning bidder.
  • FIG. 32 is a flowchart depicting the bid-opening procedure of the bid-opening device 20 shown in FIG. 31, which steps S0 to S7 are identical with steps S0 to S7 in FIG. 7 but differ in step 8 and the subsequent steps. Roughly speaking, steps S8 and S9 are new steps added between steps S7 and S8 in FIG. 7. Step S8 and the subsequent steps will be described below.
  • In step S8 the bid-opening device 20 makes a check to determine whether the matching in steps S6 to S11 has been completed for all fractions Qm for the current value of k. If not completed, the procedure goes to step S9. In step S9, the bid-opening device 20 selects the largest one of the remaining fractions Qm to determine the corresponding m. In step S10, the device 20 reads out of the data storage part 36 updated data Dm (k)=hk(IVm) corresponding to that m, and processes the read-out data by the one-way function g processor 23, thereby updating it such that Dm (k)←g(Dm (k)). In step S11, the control device 21 makes a check to see if the updated data Dm (k) corresponding to m matches the bidding price information γm corresponding to m on the bulletin board 25, and if not, then the procedure returns to step S8.
  • When it is decided in step S8 that the matching for all the fractions Qm for the current k has been completed, the bid-opening device 20 decrements k by one in step S12, and returns to step S8, repeating the same procedure as mentioned above. When it is decided in step S11 that the updated data Dm (k) and the bidding price information γm match, the bid-opening device 20 determines in step S13 that the index k at that time is the successful index, and outputs the identifier IDm corresponding to that information γm and the successful bidding price F(k)+Qm (or merely the index k).
  • Since Dm (k) and gm are matched for the current value of the index k in the descending order of the fractions Qm as described above, the highest bidding price can be determined at the first detection of matching between Dm (k) and γm. The value m selected in step S9 is determined by the sequencer 61 which sequences in descending order the fractions Q1, Q2, . . . , QM read out of the bulletin board 25, and sequences m correspondingly, as explained before.
  • In the case where the lowest bidding price bid is a successful bid, the bidding prices are arranged in monotonous increasing order in the direction opposite to that in which the values of the index k are arranged in monotonous decreasing order, and the sequencer 61 sequences the fractions Q1, Q2, . . . , QM in ascending order, and sequences m correspondingly. In step S9 the smallest one of the unprocessed fractions Qm is chosen, and the corresponding m is determined. The sequencer 61 determines the order of m.
  • The technique that uses may fractions Qm as described above can be applied not only to the first embodiment but also to the other embodiments explained heretofore.
  • Electronic Competitive Auction System With Provisional Identifier Device
  • In the embodiments described above, since the bidding device identifier IDm is contained in the bidding information and sent to the bid-opening device 20, it can be said that these embodiments employ what is called a sealed-bit auction system. FIG. 33 illustrates in block form an electronic competitive auction system which uses a provisional identifier registration device to implement a secret-bit auction.
  • Each bidding device 10 m is adapted to communicate with a provisional identifier registration device 70. Referring to FIG. 34, the operation of this electronic competitive auction system will be described below.
  • Step S0: Notice of auction is input to each bidding device 10 m.
  • Step S1: Upon receiving the notice of auction, the bidding device 10 i outputs the identifier IDm to the provisional identifier registration device 70.
  • Step S2: For the identifier IDm provided thereto, the provisional identifier registration device 70 issues a provisional identifier AIDm then stores IDm and AIDm in pair form on a recording medium 71, and sends the provisional identifier AIDm to the bidding device 10 i.
  • Step S3: The bidding device 10 m: generates the bidding price PRm;
  • Step S4: Transforms the bidding price PRm to the bidding price information γm; and
  • Step S5: Sends the bidding price information γm and the provisional identifier AIDm to the bid-opening device 20.
  • Step S6: The bid-opening device 20: calculates a successful bid from the bidding price indexes received from all the bidding deices; and
  • Step S7: Outputs the successful bid and the provisional identifier of the bidding device having offered the successful bid.
  • Thus, it is possible to keep the auction participants secret. Incidentally, when inquiring the provisional identifier registration device 70, the bid-opening device 20 can learn the identifier IDm corresponding to the successful bid from the provisional identifier AIDm. This method can be applied to all of the embodiments explained hereinbefore.
  • The bidding device 10 m and the bid-opening device 20 can be implemented by interpreting and executing programs with a computer.
  • EFFECT OF THE INVENTION
  • As described above, according to the present invention, since the bidding price is transformed to a bidding price information through utilization of a one-way function and is then sent to the bid-opening device, it is possible to keep the bidding price of each bidding device secret from the other bidding devices prior to bidding, ensuring fairness of auction.
  • By publishing hK+1(IVm) and hkmx(IVm) corresponding to a winning bidding price on the bulletin board, it is possible for all bidding devices to verify whether the winning bidding price was correctly bid without being altered.
  • Furthermore, the present invention permits determination of the winning bid while hiding the other bidding prices.
  • According to the second embodiment, the bids of losing bidders, except the winning bid, are kept secret even from the bid-opening device.
  • According to the third embodiment, the bids of losing bidders, except the winning bid, are kept secret even from the bid-opening device, and in addition, the amount of data for communication with the bidding device can be reduced.
  • According to the fourth embodiment, there is no fear of the bidding price of each bidding device being revealed to the other devices, and at the bid-opening time the successful bid can easily be specified directly from the bidding price; furthermore, the validity of the winning bid can be verified.
  • According to the fifth embodiment, bidding price information including each bidding price index is generated using a one-way function, and the bidding price information for all bidding price indexes is sent to the bid-opening device; hence, the aimed bidding price can be kept secret.
  • According to the sixth embodiment, either h(Hm (k−1))=Hm (K) or g(Hm (k−1))=Hm (K) needs only to be verified for each index value and for each bidding device.
  • According to the seventh embodiment, each bidding device generates the bidding price information including select information for only indexes larger than the bidding price index km in the fifth embodiment, the computational complexity can be reduced.
  • According to the eighth embodiment, since a desired bidding price is expressed by the sum of fractions Q of a price F(k) corresponding to the index k, an arbitrary price can be bid with a small number of indexes.

Claims (52)

1-17. (canceled)
18. A server device for a system in which M participant devices send their aimed values to said server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, said device comprising:
a conversion table memory which has stored therein a conversion table which defines the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, for converting said aimed value PRm to the corresponding index km;
a bulletin board on which said server device writes said aimed value information an identifier received from each of said participant devices;
updated initial value generating means which generates an updated initial value by processing said initial value with a one-way function repeatedly in correspondence with values of an index k which is a predetermined consecutive positive integers;
a counter which updates said index k one by one; and
control means which, upon each updating of said index k, compares said updated initial value with said aimed value information on said bulletin board to check whether they match, and determines m and k at the time of first detection of a match.
19. The server device of claim 18, wherein: there are published on said bulletin board γm=g(hkm(IVm)) as said aimed value information;
said updated initial value generating means includes a one-way function g processor by which a response Dm=hk(IVm) received from said participant device in correspondence with said index k is processed with a one-way function g to generate g(Dm) as said updated initial value; and
said control means makes a check to see if there exists on said bulleting board said aimed value information γm which matches said updated initial value g(Dm).
20. The server device of claim 19, wherein there is published on said bulletin board Cm=hK+1(IVm) received from said participant device in advance, said server device further comprising a one-way function h processor which processes said response Dm with a one-way function h to generate h(Dm), and
wherein said control means checks whether Cm=h(Dm) holds, and if not, rewrites said Cm with said Dm and updates said index k on said counter.
21. The server device of claim 18, wherein:
there are published on said bulletin board Cm=hK+1(IVm), said aimed value information γm=hk(IVm) and h(PRm(+)Rm) received from said each participant device, said PRm and said Rm being an aimed value and a random number of said each participant device m;
said control means decides the maximum or minimum aimed value from said aimed values PRm and said random numbers Rm received from said participant devices, and determines the index kmx corresponding to said maximum or minimum aimed value and requests said each participant device to send Dm=hkmx(IVm) corresponding to said index kmx;
said updated initial value generating means comprises a one-way function h processor for processing Dm with a one-way function h to generate hK+1−kmx(Dm), and a one-way function g processor for processing Dj with a one-way function g to generate g(Dj); and
said control means makes a check to see if said hK+1−kmx(Dm) matches Cm on said bulletin board and if said g(Dj) matches said γm on said bulleting board.
22. The server device of claim 18, wherein:
there are published on said bulletin board h(k(+)bm (k)(+)Rm (k)) together with said aimed value information γm received from said each participant device, said bm (k) being select information whether said index k corresponds to its aimed value and said R1 (k) being a random number generated for said index k;
said server device further comprises an operator for operating k(+)b(+)Rm (k), and a one-way function h processor for processing the result of said operation with a one-way function h to generate h(k(+)b(+)Rm (k)), where b is a predetermined value which indicates that said select information bm (k) has selected the aimed value corresponding to said index k; and
said control means makes a check for matching between said h(k(+)b(+)Rm (k)) and said h(k(+)bm (k)(+)Rm (k)) on said bulletin board.
23. The server device of claim 18, wherein:
there is published on said bulletin board, as said aimed value information, Hm (K) generated by said each participant device which, upon each processing of said initial value with a one-way function h, added the processed value with select information bm (k) indicating whether said value was an aimed value for each value of said index k and repeated this processing from at least the index km corresponding to said aimed value to the upper limit value K of said index k;
said updated initial value generating means includes a one-way function h processor by which {Hm (k−1), bm} received from said each participant device in answer to an inquiry for said index k is processed with a one-y function h to generate Hm (k)=h(Hm (k−1)∥bm (k)); and
said server device includes an updated initial value comparator for making a check to see if said Hm (k) matches previously received Hm (k).
24. The server device of claim 18, wherein: letting an arbitrary aimed value PR be represented by PR=F(k)+Q, where F(k) is a value in said conversion table corresponding to said index k and Q is a fraction which is a positive integer which satisfies F(k+1)−F(k)>Q≧0, there is published on said bulletin board said fraction Q received from said each participant device, together with said aimed value information;
said server device includes a sequencer for deciding the sequence of said fractions Qm on said bulletin board;
said updated initial value generating means includes a one-way function h processor for processing said initial value with a one-way function h by k times to generate hk(IVm) and a one-way function g processor for processing said hk(IVm) with a one-way function g to generate Dm=g(hk(IVm)); and
control means makes a check to see if said Dm matches said aimed value information on said bulletin board in the sequence of said fractions Qm.
25. The server device of claim 18, wherein there is published on said bulletin board Hm K)=hK-km(gxm(IVm)) as said aimed value information received from said each participant device, which further comprises a one-way function h processor by which Hm (k−1) received from said each participant device as an answer to an inquiry for said k is processed with a one-way function h to generate h(Hm (k−1)), and a one-way function g processor for processing said answer Hm (k−1) with a one-way function g to generate g(Hm (k−1)); and
wherein said control means: makes a check to see if said h(Hm (k−1)) matches said aimed value information Hm (K) published on said bulletin board; if a match is detected, updates said aimed value information Hm (K) with said Hm (k−1) and decrements said index k on said counter by one; and if a mismatch is detected, makes a check to see if said g(Hm (k−1)) matches said aimed value information Hm (K); and if a match is detected, determines, based on k and m at that time, the maximum or minimum aimed value PRm and the participant device m having offered said value PRm.
26. The server device of claim 18, wherein: letting an arbitrary aimed value PR be represented by PR=F(k)+Q, where F(k) is a value in said conversion table corresponding to said index k and Q is a fraction which is a positive integer which satisfies F(k+1)−F(k)>Q≧0, there is published on said bulletin board said fraction Q received from said each participant device, together with said aimed value information;
said server device includes:
a sequencer for deciding the sequence of said fractions Qm on said bulletin board; and
select information comparator for checking whether said select information bm (k) is equal to a value b indicating the selection of the aimed value corresponding to said index k in said decided sequence of fractions Qm.
27. The device of claim 18, wherein said sequence of index values k and said sequence of values selectable as said aimed values on said conversion table are monotone increasing values in the same direction, and said server device determines the maximum aimed value.
28. The device of claim 18, wherein said sequence of index values k and said sequence of values selectable as said aimed values on said conversion table are monotone increasing values in opposite directions, and said server device determines the minimum aimed value.
29. A recording medium on which there is recorded as a program the procedure which is followed by an m-th one of M participant devices, where m=1, 2, . . . , M, in a quantitative competition method for a system in which said M participant devices send their aimed values to a server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps of:
(a) processing an initial value inherent to said participant device m with a predetermined one-way function by the number of times corresponding to said aimed value to generate aimed value information

γm =g(h km(IV m))
where g is a one-way function, IVm is said initial value, km is an index corresponding to the aimed value of said participant device m and hkm(IVm) indicates processing of said initial value IVm with a one-way function h by km times; and
(b) sending said aimed value information γm=g(hkm(IVm)) to said server device.
30. A recording medium on which there is recorded as a program the procedure which is followed by an m-th one of M participant devices, where m=1, 2, . . . , M, in a quantitative competition method for a system in which said M participant devices send their aimed values to a server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps of:
(a-1) processing an initial value inherent to said participant device m with a predetermined one-way function by the number of times corresponding to said aimed value to generate aimed value information

γm =g(h km(IV m))
where g is a one-way function, IVm is said initial value, km is an index corresponding to the aimed value of said participant device m and hkm(IVm) indicates processing of said initial value IVm with a one-way function h by km times;
(a-2) generating verification information Cm=hK+1(IVm) and sending said verification information to said server device together with said aimed value information γm;
(b) generating said initial value updated by the number of times requested by said server device and sending said updated initial value to said server device; and
(c) sending said aimed value information γm=g(hkm(IVm)) to said server device.
31. The recording medium of claim 30, wherein said step (b) includes a step of generating Dm=hk(IVm) as said updated initial value corresponding to said index k and sending said updated initial value to said server device in response to its request.
32. A recording medium on which there is recorded as a program the procedure which is followed by an m-th one of M participant devices, where m=1, 2, . . . , M, in a quantitative competition method for a system in which said M participant devices send their aimed values to a server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps of:
(a-1) computing aimed value information by

γm =g(h km(IV m))
where g is a one-way function, IVm is said initial value, km is an index corresponding to the aimed value PRm of said participant device m and hkm(IVm) indicates processing of said initial value IVm with a one-way function h by km times;
(a-2) generating verification information Cm=hK+1(IVm);
(a-3) generating h(PRm(+)Rm) from a random number Rm and said aimed value PRm and sending said h(PRm(+)Rm) to said server device together with said aimed value information γm and said verification information Cm, said (+) indicating a predetermined arbitrary operation;
(b-1) sending said aimed value PRm and said random number Rm to said server device in response to its request; and
(b-2) generating Dm=hk(IVm) as said updated initial value corresponding to said index k and sending said updated initial value to said server device in response to its request to present said hk(IVm).
33. The recording medium of claim 32, wherein said step (a-3) is a step of generating h(PRm(+)Rm) from a random number Rm, said aimed value PRm and additional information Im about the sending of said aimed value information indicated by said participant device m and sending said h(PRm(+)Rm) to said server device, said additional information Im being sent to said server device in said step (b-2).
34. A recording medium on which there is recorded as a program the procedure which is followed by an m-th one of M participant devices, where m=1, 2, . . . , M, in a quantitative competition method for a system in which said M participant devices send their aimed values to a server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps wherein:
(a) upon each processing of said initial value with said one-way function h, said each participant device generates an updated initial value by adding said processed initial value with select information bm (k) indicating whether said processed initial value is an aimed value for one value of said index k, and generates Hm (K) by repeatedly performing this processing from at least that index km of a sequence of indexes which corresponds to said aimed value to the upper limit value K, and sends said Hm (K) as said aimed value information to said server device;
(b-1) said server device requests said each participant device to send an updated initial value {Hm (k−1), bm (k)} corresponding to each value of said index k in descending order from K; and
(b-2) said each participant device generates and sends {Hm (k−1), bm (k)} as said updated initial value to said server device.
35. A recording medium on which there is recorded as a program the procedure which is followed by an m-th one of M participant devices, where m=1, 2, . . . , M, in a quantitative competition method for a system in which said M participant devices send their aimed values to a server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps of:
(a) generating Hm (K)=hK-km(gxm(IVm)) as said aimed value information using a predetermined positive integer xm, an initial value IVm and one-way functions h and g, and sends said aimed value information to said server device;
(b-1) decides whether its received index k from said server device is the index km corresponding to said aimed value;
(b-2) if the result of decision in step (b-1) is k=km, generating and sending Hm (k−1)=gxm−1(IVm) as said updated initial value to said server device; and
(b-3) if the result of decision in said step (b-1) is not k=km, generating and sending Hm (k−1)=hk-km−1(gxm(IVm)) as said updated initial value to said server device.
36. A recording medium on which there is recorded as a program the procedure which is followed by an m-th one of M participant devices, where m=1, 2, . . . , M, in a quantitative competition method for a system in which said M participant devices send their aimed values to a server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, letting the initial value of said each participant device be represented by IVm, said procedure comprising the steps of:
(a) generating Hm (K)=hK-km(gxm(IVm)) as said aimed value information using a predetermined positive integer xm, an initial value IVm and one-way functions h and g, and sends said aimed value information to said server device;
(b-1) decides whether its received index k from said server device is the index km corresponding to said aimed value;
(b-2) if the result of decision in step (b-1) is k=km, generating Hm (k−1)=gxm−1(IVm) as said updated initial value and sending said updated initial value to said server device together with a flag indicating that said k and km are equal; and
(b-3) if the result of decision in said step (b-1) is not k=km, generating and sending Hm (k−1)=hk-km−1(gxm(IVm)) as said updated initial value to said server device.
37. A recording medium on which there is recorded as a program the procedure which is followed by an m-th one of M participant devices, where m=1, 2, . . . , M, in a quantitative competition method for a system in which said M participant devices send their aimed values to a server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the step of:
(a) processing, with a predetermined one-way function h and through the use of said conversion table, information k(+)bm (k)(+)Rm (k), which contains each index k equal to or larger than an index km corresponding to said aimed value, select information bm (k) indicating whether said index k corresponds to said aimed value, and a random number Rm (k), to generate at least K-km+1 pieces of aimed value information h(k(+)bm (k)(+)Rm (k)), and sends these pieces of aimed value information to said server device, A(+)B representing a predetermined arbitrary operation.
38. The recording medium of claim 37, wherein said procedure further comprises a step of sending to said server device a random number Rm (k) corresponding to the index k received from said server device.
39. The recording medium of claim 37, wherein said step (a) includes a step of sending a random number Rm (k) to said server device together with said h(k(+)bm (k)(+)Rm (k)).
40. The recording medium of claim 30, wherein let an arbitrary aimed value be represented by PR=F(k)+Q, where F(k) is a value in said conversion table corresponding to said index k and Q is a fraction which is a positive integer which satisfies F(k+1)−F(k)>Q≧0;
said procedure further comprises a step wherein, letting said aimed value PRm of said each participant device m be represented by PRm=F(km)+Qm, said each participant device m sends said fraction Qm to said server device together with said aimed value information γm.
41. The recording medium of claim 30, wherein said sequences of indexes k and values selectable as said aimed values are both monotonous increasing values in the same direction.
42. The recording medium of claim 30, wherein said sequences of indexes k and values selectable as said aimed values are both monotonous increasing values in opposite directions.
43. The recording medium of claim 30, wherein said procedure further comprises the steps of:
(0-1) sending the identifier IDm of said each participant device to a provisional identifier registration device;
(0-2) receiving a provisional identifier AIDm from said provisional identifier registration device; and
(0-3) sending said provisional identifier AIDm as an identifier to said server device together with said aimed value information.
44. A recording medium on which there is recorded as a program the procedure which is followed by a server device in a quantitative competition method for a system in which a plurality of participant devices send their aimed values to said server device and said server device determines which of said participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps of:
(a) receiving, from each of participant devices, h(Hm (K)) generated as aimed value information of said each participant device by repeating, for each of a sequence of index values k from at least km corresponding to an aimed value of said each participant device to an upper limit index value K, processing of:
combining an initial value of said each participant device with select information to provide combined information and
operating a one-way function h on said combined information to generate an updated value, said select information indicating whether said each index value k is an aimed value or not, and
publishing said aimed value information h(Hm (K)) on a bulletin board accessible from all of said participant devices and any other devices as well;
(b) requesting said each participant device to send an updated initial value {Hm (k−1), bm (k)} corresponding to each value of said index k in descending order from K;
(c) publishing said updated initial value {Hm (k−1), bm (k)} on said bulletin board;
(d) processing said updated initial value {Hm (k−1), bm (k)} with said one-way function h to generate Hm (k)=h(Hm (k−1)∥bm (k));
(e) checking whether said updated initial value Hm (k) matches Hm (k) in {Hm (k), bm (k+1)} previously; and
(f) if a match is detected in said step (e), deciding whether said select information bm (k) represents that the corresponding index k is the index km of said aimed value; and
(g) if the result of decision in said step (f) is true, outputting said index k concerned and the corresponding participant device number m, and if the result of decision is false, said server device returns to said step (b) and repeats processing for the next index value k.
45. A recording medium on which there is recorded as a program the procedure which is followed by a server device in a quantitative competition method for a system in which a plurality of participant devices send their aimed values to said server device and said server device determines which of said participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps wherein said server device:
(a) receives Hm (K) as said aimed value information from said each participant device which, upon each processing of said initial value with said one-way function h, generates an updated initial value by adding said processed initial value with select information bm (k) indicating whether said processed initial value is an aimed value for one value of said index k, and generates Hm (K) by repeatedly performing this processing from at least that index km of a sequence of indexes which corresponds to said aimed value to the upper limit value K, and publishes said aimed value information Hm (K) on a bulletin board accessible from all of said participant device;
(b) for each value of said index k in order descending from K, inquires said each participant device about whether it has bid for said index k, said each participant device responding YES or NO to said inquiry;
(c) upon first detection of the response YES, requests said each participant device to send its updated initial value Hm (k−1); and
(d) receives Hm (k−1)=h(Hm (k−2)∥bm (k−1)) as said updated initial value from said each participant device and publishes said received updated initial value on said bulletin board;
(e) letting a and a represent predetermined values of said select information bm (k) indicating bidding and not bidding, respectively, generates, for said participant device m having bid for the current index k,

H m =h( . . . h(h(H m (k−1) ∥a)∥a) . . . ∥a)
through the use of said updated initial value Hm (k−1), and for every one of the other participant devices m, generates

H m =h( . . . h(h(H m (k−1) ∥a)∥a) . . . ∥a)
through the use of said updated initial values Hm (k−1);
(f) checks whether said Hm for said each participant device matches said Hm (k) published on said bulletin board; and
(g) if a match is detected in said step (f), determines that said participant device having responded YES is the winning bidding device, and publishes the current value of said index k as the index km of the aimed value of said winning bidding device.
46. A recording medium on which there is recorded as a program the procedure which is followed by a server device in a quantitative competition method for a system in which a plurality of participant devices send their aimed values to said server device and said server device determines which of said participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps of:
(a) letting the initial value of said each participant device be represented by IVm, receiving from said each participant device Hm (K)=hK-km(gxm(IVm)) generated as said aimed value information using a predetermined positive integer xm, said initial value IVm and one-way functions h and g;
(b) publishing said aimed value information Am on a bulletin board accessible from all of said participant devices; and
(c) sending said index k to said each participant device to ask for its updated initial value;
(d) processing said updated initial value Hm (k−1) with said one-way function h to generate h(Hm (k−1));
(e) deciding whether said h(Hm (k−1)) is equal to said aimed value information Hm (K);
(f) if it is decided in said step (e) that they are equal, updating said aimed value information Hm (K) with said updated initial value Hm (k−1), then decrementing said index k by one and returning to said step (c);
(g) if it is decided in said step (e) that they are not equal, processing said updated initial value Hm (k−1) with said one-way function g to generate g(Hm (k−1)); and
(h) deciding whether said g(Hm (k−1)) matches said aimed value information Hm (K); and
(i) deciding that the aimed value of said participant device corresponding to m and k having provided said match is the maximum or minimum, if a match is detected in said step (h).
47. A recording medium on which there is recorded as a program the procedure which is followed by a server device in a quantitative competition method for a system in which a plurality of participant devices send their aimed values to said server device and said server device determines which of said participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps wherein said server device:
(a), letting the initial value of said each participant device be represented by IVm, where m=1, 2, . . . , M, M being an integer equal to or greater than 2, receives from each participant device, as said aimed value information, Hm (K)=hK-km(gxm(IVm)) using a predetermined positive integer xm, said initial value IVm and one-way functions h and g, and publishes said received aimed value information on a bulletin board accessible from all of said participant devices;
(b) for each value of said index k in order descending from K, inquires said each participant device about whether it has bid for said index k, said each participant device responding YES or NO to said inquiry;
(c) upon first detection of the response YES, requests said each participant device to send its updated initial value Hm (k−1);
(d) receives from said each participant device Hm (k−1)=gxm−1(IVm) if k=km and Hm (k−1)=hk-km−1(gxm(IVm)) if k≠km;
(e) for said updated initial value Hm (k−1) received from said participant device having responded YES, generates

H m =h K-km g(H m (k−1))
and for said updated initial value received from said each participant device having responded NO, generates

H m =h K+1−k g(H m (k−1))
(f) checks whether said Hm for said each participant device matches said Hm (K) published on said bulletin board; and
(g) if a match is detected in said step (f), determines that said participant device having responded YES is the winning bidding device, and publishes the current value of said index k as the index Km of the aimed value of said winning bidding device.
48. A recording medium on which there is recorded as a program the procedure which is followed by a server device in a quantitative competition method for a system in which a plurality of participant devices send their aimed values to said server device and said server device determines which of said participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, said procedure comprising the steps of:
(a) letting the initial value of said each participant device be represented by IVm, receiving from said each participant device Hm (K)=hK-km(gxm(IVm)) generated as said aimed value information using a predetermined positive integer xm, said initial value IVm and one-way functions h and g;
(b) publishing said aimed value information Hm (K) on a bulletin board accessible from all of said participant devices; and
(c) sending said index k to said each participant device to ask for its updated initial value;
(d) checking whether its received updated initial value Hk,m is added with said flag;
(e) if it is decided in said step (d) that said flag is added, processing said updated initial value Hm (k−1) with said one-way function g to generate g(Hm (k−1));
(f) deciding whether said g(Hm (k−1)) matches said aimed value information Hm (K);
(g) if it is decided in said step (d) that no flag is added, processing said updated initial value Hm (k−1) with said one-way function h to generate h(Hm (k−1));
(h) deciding whether said h(Hm (k−1)) matches said aimed value information Hm (K);
(i) if it is decided in said step that they are equal, updating said aimed value information Hm (K) with said initial value Hm (k−1), then decrementing said index k by one and returning to said step (c); and
(j) if it is decided in said step (h), processing said initial value Hm (k−1) with said one-way function g to generate g(Hm (k−1)) and returning to said step (f); and
(k) if a match is detected in said step (f), deciding that the aimed value of said participant device corresponding to m and k having provided said match is the maximum or minimum.
49. A recording medium on which there is recorded as a program the procedure which is followed by a server device in a quantitative competition method for a system in which a plurality of participant devices send their aimed values to said server device and said server device determines which of said participant devices has offered the maximum or minimum one of said aimed values received, and there is provided a conversion table showing the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, and m=1, 2, . . . , M, M being an integer equal to or greater than 2; said procedure comprising the steps of:
(a) receiving from each of said participant devices at least K-km+1 pieces of aimed value information h(k(+)bm (k)(+)Rm (k)) generated by processing, with a predetermined one-way function h and through the use of said conversion table, information k(+)bm (k)(+)Rm (k), which contains each index k equal to or larger than an index km corresponding to said aimed value, select information bm (k) indicating whether said index k corresponds to said aimed value, and a random number Rm (k), A(+)B representing a predetermined arbitrary operation between A and B;
(b) receiving and publishing said aimed value information on a bulletin board accessible from all of said participant devices;
(c) obtaining said random number Rm corresponding to each of said sequence of indexes k;
(d) calculating h(k(+)a(+)Rm (k)), where a is a predetermined value with which said select information bm (k) indicates said aimed value;
(e) checking said aimed values on said bulletin board for matching with said calculated h(k(+)a(+)Rm (k)); and
(f) if a match is detected in said step (e), deciding that the aimed value of the aimed value information of a participant device having sent said random number Rm (k) at that time is the maximum or minimum value.
50. The recording medium of claim 49, wherein said procedure further comprises a step of repeating said steps (c), (d) and (e) if a match is detected in said step (d).
51. The recording medium of claim 50, wherein said step (c) includes
the steps of: requesting said each participant device to send said random number Rm (k) corresponding to said index k; and receiving said random number Rm (k) from said each participant device.
52. The recording medium of claim 50, wherein:
said step (a) includes a step of receiving said random number Rm (k) sent from said each participant device together with said aimed value information h(k(+)bm (k)(+)Rm (k));
said step (b) includes a step of storing said random number Rm (k) in a nonpublic memory; and
said step (c) includes the steps of: requesting said each participant device to send said random number Rm (k) corresponding to said index k; and receiving said random number Rm (k) from said each participant device.
53. The recording medium of claim 44, wherein said sequences of indexes k and values selectable as said aimed values are both monotonous increasing values in the same direction, and in said step (c) said server device determines the maximum aimed value.
54. The recording medium of claim 44, wherein said sequences of indexes k and values selectable as said aimed values are both monotonous increasing values in opposite directions, and in said step (c) said server device determines the minimum aimed value.
55. The recording medium of claim 44, wherein let an arbitrary aimed value be represented by PR=F(k)+Q, where F(k) is a value in said conversion table corresponding to said index k and Q is a fraction which is a positive integer which satisfies F(k+1)−F(k)>Q≧0;
said step (a) includes a step wherein, letting said aimed value PRm of said each participant device m be represented by PRm=F(km)+Qm, said server device receives from each participant device m said aimed value information generated by processing said initial value with said one-way function h by the number of times corresponding to km, together with said fraction Qm, where m=1, 2, . . . , M, said M being an integer equal to or greater than 2, and said server device publishes said aimed value information and said fraction Qm on a bulletin board accessible from all of said participant devices;
said step (c) includes a step where said server device makes a check for matching between said updated initial value and said aimed value information for each index value in an ascending or descending order of said fraction Qm where m=1, 2, . . . , M; and
said step (d) includes a step wherein, upon first detection of a match in said step (c), said server device finishes said check and determines, from km and m at the time of detecting the match, that PRm=F(km)+Qm is said maximum or minimum aimed value.
56. The recording medium of claim 49, wherein let an arbitrary aimed value be represented by PR=F(k)+Q, where F(k) is a value in said conversion table corresponding to said index k and Q is a fraction which is a positive integer which satisfies F(k+1)−F(k)>Q≧0;
said step (a) includes a step wherein, letting said aimed value PRm of said each participant device m be represented by PRm=F(km)+Qm, said server device receives said fraction Qm together with said aimed value information;
said step (b) includes a step of publishing said fraction Qm on said bulletin board together with said aimed value information, where m=1, 2, . . . , M, said M being an integer equal to or greater than 2;
said step (e) includes a step of making said check for matching for each index value in an ascending or descending order of said fraction Qm where m=1, 2, . . . , M; and
said step (f) includes a step wherein, upon first detection of a match in said step (c), said server device finishes said check and determines, from km and m at the time of detecting the match, that PRm=F(km)+Qm is said maximum or minimum aimed value.
57. A quantitative competition system which comprises a server device and M participant devices each connected via a communication channel to said server device and in which said M participant devices send their aimed values to said server device and said server device determines which of said M participant devices has offered the maximum or minimum one of said aimed values received,
each of said participant devices comprising:
aimed value generating means for generating an aimed value PRm;
aimed value transforming means provided with a conversion table memory having stored therein a conversion table which defines the relationships between a sequence of values selectable as said aimed values and a sequence of indexes corresponding thereto, for converting said aimed value PRm to the corresponding index km and which processes said aimed value with a predetermined one-way function by the number of times corresponding to said aimed value to obtain aimed value information; and
sending means for sending to said server device said aimed value information and an identifier identifying said participant device; and
said server device comprising:
a conversion table memory which has stored therein a conversion table which is the same as said conversion table;
a bulletin board on which said server device writes said aimed value information an identifier received from said each participant device;
updated initial value acquiring means which acquires an updated initial value obtained by processing said initial value with a one-way function repeatedly in correspondence with values of an index k which is a predetermined consecutive positive integers;
a counter which updates said index k one by one; and
control means which, upon each updating of said index k, compares said updated initial value with said aimed value information on said bulletin board to check whether they match, and determines m and k at the time of first detection of a match.
58. The system of claim 57, wherein said each participant device has initial value updating means for processing said initial value with a one0way function h to generate an updated initial value and for sending said updated initial value to said server device, and said updated initial value acquiring means of said server device receives said updated initial value from said each participant device.
59. The system of claim 57, wherein said updated initial value acquiring means of said server device processes said initial value with a one-way function h to generate said updated initial value.
60. The system of claim 58, wherein said aimed value transformer of said each participant device comprises:
a one-way function h processor which processes an initial value IVm inherent to said participant device with a one-way function h by the number of times corresponding to said index km to obtain an output hkm(IVm); and
a one-way function g processor which processes said output from said one-way function h processor with a one-way function g to obtain said aimed value information.
61. The system of claim 60, wherein said aimed value transformer of said each participant device includes verification information generating means for processing said initial value IVm with said one-way function h by K+1 times to generate Cm=hK+1(IVm) as verification information and for sending said verification information to said server device;
wherein there is published on said bulletin board Cm=hK+1(IVm) received from said each participant device in advance, said server device further comprising a one-way function h processor which processes said response Dm with a one-way function h to generate h(Dm), and
wherein said control means checks whether Cm=h(Dm) holds, and if not, rewrites said Cm with said Dm and updates said index k on said counter.
62. The system of claim 57, wherein said each participant device comprises:
a random generator for generating a random number Rm;
an operating device for operating said random number Rm and said aimed value PRm to obtain PRm(+)Rm, where (+) represents a predetermined arbitrary operation;
one-way function h processing means for processing said PRm(+)Rm with a one-way function h to obtain h(PRm(+)Rm); and
verification information generating means for processing said initial value IVm with said one-way function h K+1 times to generate Cm=hK+1(IVm); and wherein:
said h(PRm(+)Rm) and said verification information are sent to said server device together with said aimed value information;
in said server device:
there are published on said bulletin board Cm=hK+1(IVm), said aimed value information γm=hk(IVm) and h(PRm(+)Rm) received from said each participant device, said PRm and said Rm being an aimed value and a random number of said each participant device m;
said control means decides the maximum or minimum aimed value from said aimed values PRm and said random numbers Rm received from said participant devices, and determines the index kmx corresponding to said maximum or minimum aimed value and requests said each participant device to send (Dm)=hkmx(IVm) corresponding to said index kmx;
said updated initial value acquiring means comprises a one-way function h processor for processing Dm with a one-way function h to generate hK+1−kmx(Dm), and a one-way function g processor for processing Dj with a one-way function g to generate g(Dj); and
said control means makes a check to see if said hK+1−kmx(Dm) matches Cm on said bulletin board and if said g(Dj) matches said γm on said bulleting board.
63. The system of claim 57, wherein said aimed value transformer of said each participant device comprises:
a conversion table memory which has stored therein a conversion table which defines indexes k=1, 2, . . . , K corresponding to K kinds of values selectable as aimed values;
a select information generator which generates select information bm (k) indicating whether to select an aimed value corresponding to each of said indexes k=1, 2, . . . , K;
a random generator which generates a random number Rm (k) inherent to said participant device m and said index k;
an operating device which receives said index k, said random number Rm (k) and said select information bm (k) and performs an operation k(+)bm (k)(+)Rm (k);
a one-way function h processor which processes said k(+)bm (k)(+)Rm (k) with a one-way function h to obtain h(k(+)bm (k)(+)Rm (k)); and
a control device which computes said h(k(+)bm (k)(+)Rm (k)) for each of said indexes k and provides the k pieces information as said aimed value information;
in said server device:
there are published on said bulletin board h(k(+)bm (k)(+)Rm (k)) together with said aimed value information γm received from said each participant device;
said server device further comprises an operator for operating k(+)b(+)Rm (k), and
a one-way function h processor for processing the result of said operation with a one-way function h to generate h(k(+)b(+)Rm (k)), where b is a predetermined value which indicates that said select information bm (k) has selected the aimed value corresponding to said index k; and
said control means makes a check for matching between said h(k(+)b(+)Rm (k)) and said h(k(+)bm (k)(+)Rm (k)) on said bulletin board.
64. The system of claim 57, wherein said aimed value transformer of said each participant device comprises:
a conversion table memory which has stored therein a conversion table which defines indexes k=1, 2, . . . , K corresponding to K kinds of values selectable as aimed values, for converting said aimed value PRm to the corresponding index km;
initial value updating means which, for each index k, processes an initial value with a one-way function h and adds the processed initial value with select information bm (k) for said index k to obtain an updated initial value and repeats this processing until k=K is reached, thereby generating Hm (K);
a one-way function h processor for outputting said updated initial value Hm (k) from said initial value updating means as said aimed value information;
select information generator which generates said select information bm (k) whether said aimed value corresponds to each index k from at least km to K;
a concatenator which concatenates said Hm (k−1) from said one-way function h processor and said select information bm (k) to generate Hm k=h(Hm (k−1)∥bm (k));
a buffer which temporarily holds the output from said concatenator and outputs said output for the next value of said index k;
a storage part which, for each value of said index k, stores Hm (k) corresponding thereto; and
a second one-way function h processor by which Hm (k), obtained by repeating processing until k=K, is processed with a one-way function h to generate h(Hm (k), said h(Hm (k) being output as said aimed value information; wherein said sending means is a means which responds to a request of said server device for said index k to read out Hm (k) from said storage part and send said Hm (k) to said server device;
in said server device:
there are published on said bulletin board, as said aimed value information, h(Hm (k)) obtained by processing, with a one-way function h, Hm (k) generated by said each participant device which, upon each processing of said initial value with a one-way function h, added the processed value with select information bm (k) indicating whether said value was an aimed value for each value of said index k and repeated this processing from at least the index km corresponding to said aimed value to the upper limit value K of said index k;
said initial value updating means includes a one-way function h processor by which {Hm (k−1), bm} received from said each participant device in answer to an inquiry for said index k is processed with a one-y function h to generate Hm (k)=h(Hm (k−1)∥bm (k)); and
said server device includes an updated initial value comparator for making a check to see if said Hm (k) matches Hm (k) in {Hm (k), bm (k+1)} previously received.
65. The system of claim 57, wherein said aimed value transformer of said each participant device comprises:
a conversion table memory which has stored therein a conversion table which defines indexes k=1, 2, . . . , K corresponding to K kinds of values selectable as aimed values, for converting said aimed value PRm to the corresponding index km;
a one-way function g processor which processes said initial value IVm with a one-way function g by a predetermined number of times xm to generate gxm(IVm);
a one-way function h processor which processes said gxm(IVm) with a one-way function h K-km times to generate Hm (K)=hK-km(gxm(IVm)) as said aimed value information; and
response generating means which responds to a request from said server device for k to decide whether k=km, and if true, generates Hm (k−1)=hk-km−1(gxm(IVm)) and if false, generates Hm (k−1)=gxm−1(IVm); and
wherein said sending means sends said Hm (k−1) in response to said request from said server device for said k; and
in said server device:
there is published on said bulletin board Hm (K)=hK-km(gxm(IVm)) as said aimed value information received from said each participant device, which further comprises a one-way function h processor by which Hm (k−1) received from said each participant device as an answer to an inquiry for said k is processed with a one-way function h to generate h(Hm (k−1)), and a one-way function g processor for processing said answer Hm (k−1) with a one-way function g to generate g(Hm (k−1)); and
said control means: makes a check to see if said h(Hm (k−1)) matches said aimed value information Hm (K) published on said bulletin board; if a match is detected, updates said aimed value information Hm (K) with said Hm (k−1) and decrements said index k on said counter by one; and if a mismatch is detected, makes a check to see if said g(Hm (k−1)) matches said aimed value information Hm (K); and if a match is detected, determines, based on k and m at that time, the maximum or minimum aimed value PRm and the participant device m having offered said value PRm.
66. The system of claim 57, wherein said aimed value transformer of said each participant device comprises;
a conversion table memory which has stored therein a conversion table which defines the relationships between a sequence of values selectable as said aimed values and a sequence of indexes k of integral values respectively corresponding thereto, for converting said aimed value PRm to the corresponding index km;
a fraction calculating part which, letting an arbitrary aimed value PR be represented by PR=F(k)+Q, where F(k) is a value in said conversion table corresponding to said k and Q is a fraction which is a positive integer which satisfies F(k+1)−F(k)>Q≧0, calculates said fraction Qm=PRm−F(km) based on F(km) obtained from said conversion table and said aimed value PRm; and
a one-way function h processor which processes said initial value IVm with said one-way function h by the number of times corresponding to said km to generate said aimed value information; and
wherein said sending means sends said fraction Qm to said server device together with said aimed value information; and
in said server device:
there is published on said bulletin board said fraction Qm received from said each participant device together with said aimed value information; and said server device comprises:
a sequencer for deciding the sequence of said fractions Qm on said bulletin board; and
select information comparator for checking whether said select information bm (k) is equal to a value b indicating the selection of the aimed value corresponding to said index k in said decided sequence of fractions Qm.
67. The system of claim 57, wherein said sequence of index values k and said sequence of values selectable as said aimed values on said conversion table are monotone increasing values in the same direction, and said server device determines the maximum aimed value.
68. The system of claim 57, wherein said sequence of index values k and said sequence of values selectable as said aimed values on said conversion table are monotone increasing values in opposite directions, and said server device determines the minimum aimed value.
US13/074,552 1999-07-19 2011-03-29 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method Pending US20110178893A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/074,552 US20110178893A1 (en) 1999-07-19 2011-03-29 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method

Applications Claiming Priority (11)

Application Number Priority Date Filing Date Title
JP20500499A JP3619394B2 (en) 1999-07-19 1999-07-19 Electronic competitive bidding method, apparatus and program recording medium
JPJP205004/99 1999-07-19
JP24706099A JP3619401B2 (en) 1999-09-01 1999-09-01 Electronic bidding method, recording medium recording electronic bidding method, and electronic bidding apparatus
JPJP247060/99 1999-09-01
JP2000016020A JP2001209737A (en) 2000-01-25 2000-01-25 Device and method for comparing size and its program recording medium
JPJP2000-16020 2000-01-25
JPJP2000-47323 2000-02-24
JP2000047323A JP2001236450A (en) 2000-02-24 2000-02-24 Method and device for large-small comparison, and program recording medium
US09/619,699 US7567933B1 (en) 1999-07-19 2000-07-19 System and method for quantitative competition and recording medium having recorded thereon program for implementing them
US12/488,980 US7941361B2 (en) 1999-07-19 2009-06-22 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method
US13/074,552 US20110178893A1 (en) 1999-07-19 2011-03-29 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/488,980 Division US7941361B2 (en) 1999-07-19 2009-06-22 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method

Publications (1)

Publication Number Publication Date
US20110178893A1 true US20110178893A1 (en) 2011-07-21

Family

ID=27476230

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/619,699 Expired - Fee Related US7567933B1 (en) 1999-07-19 2000-07-19 System and method for quantitative competition and recording medium having recorded thereon program for implementing them
US12/488,980 Expired - Fee Related US7941361B2 (en) 1999-07-19 2009-06-22 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method
US13/074,552 Pending US20110178893A1 (en) 1999-07-19 2011-03-29 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/619,699 Expired - Fee Related US7567933B1 (en) 1999-07-19 2000-07-19 System and method for quantitative competition and recording medium having recorded thereon program for implementing them
US12/488,980 Expired - Fee Related US7941361B2 (en) 1999-07-19 2009-06-22 System and method for quantitative competition and recording medium having recorded thereon program for implementing the method

Country Status (3)

Country Link
US (3) US7567933B1 (en)
EP (1) EP1071025B1 (en)
DE (1) DE60022834T2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE60022834T2 (en) * 1999-07-19 2006-07-06 Nippon Telegraph And Telephone Corp. System and method for quantitative competition and storage medium for the implemented program
EP1225530B1 (en) * 2001-01-18 2005-10-26 Nippon Telegraph and Telephone Corporation Method, apparatus and program for quantitative competition and recording medium having recorded thereon the program
CN1679034A (en) * 2002-04-08 2005-10-05 托普科德公司 System and method for soliciting proposals for software development services
US8874477B2 (en) 2005-10-04 2014-10-28 Steven Mark Hoffberg Multifactorial optimization system and method
CN104199883B (en) * 2014-08-19 2017-08-15 东北大学 A kind of anonymous method for secret protection of the K based on VGR index structures

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055518A (en) * 1996-02-01 2000-04-25 At&T Corporation Secure auction systems

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2697876B2 (en) 1988-10-28 1998-01-14 日本電信電話株式会社 Electronic bidding system
JPH0563696A (en) 1991-09-02 1993-03-12 Nippon Telegr & Teleph Corp <Ntt> Intermediate communication system
US6055528A (en) * 1997-07-25 2000-04-25 Claritech Corporation Method for cross-linguistic document retrieval
DE60022834T2 (en) * 1999-07-19 2006-07-06 Nippon Telegraph And Telephone Corp. System and method for quantitative competition and storage medium for the implemented program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055518A (en) * 1996-02-01 2000-04-25 At&T Corporation Secure auction systems

Also Published As

Publication number Publication date
EP1071025A2 (en) 2001-01-24
EP1071025A3 (en) 2002-10-30
US7941361B2 (en) 2011-05-10
US20090276325A1 (en) 2009-11-05
EP1071025B1 (en) 2005-09-28
DE60022834D1 (en) 2005-11-03
US7567933B1 (en) 2009-07-28
DE60022834T2 (en) 2006-07-06

Similar Documents

Publication Publication Date Title
US20110178893A1 (en) System and method for quantitative competition and recording medium having recorded thereon program for implementing the method
US9117235B2 (en) Belief propagation for generalized matching
JP7173976B2 (en) Computer-implemented method and system
US20020116314A1 (en) Method of using a computerised trading system to process trades in financial instruments
US20070150408A1 (en) Method and system for linking an anonymous electronic trade order to an identity of a trader
US7996277B2 (en) Method, system and computer medium for processing bids in an auction received over different mediums
US7240198B1 (en) Honesty preserving negotiation and computation
Brandt A verifiable, bidder-resolved auction protocol
CN111090891B (en) Notary selection method and notary selection system based on block chain
CN111656731A (en) System and method for encryption selection mechanism
JP2007066069A (en) Immediate processing type financial commodity change system and method
US20030105706A1 (en) Method of performing an auction considering reliability information
KR20150120134A (en) System for consultation service upon online based on auction and method for consultation service upon online based on auction therefor
Shih et al. A secure reverse Vickrey auction scheme with bid privacy
Trevathan et al. Design issues for electronic auctions.
US8412535B2 (en) Negotiation support systems and methods
Khatibi et al. Doubly stochastic sequential assignment problem
JP2697876B2 (en) Electronic bidding system
GB2369220A (en) Business partner overall power judging system
CN112419017A (en) Auction method, auction device, electronic equipment and computer readable storage medium
JP3293461B2 (en) Restricted blind signature method and system
CN111583045A (en) Information processing method and device and computer readable storage medium
WO2001011527A2 (en) Honesty preserving negotiation and computation
CN111899062A (en) Recommendation method and device, electronic equipment and computer-readable storage medium
Matsuo et al. Secure protocol to construct electronic trading

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED