NONDECREASING SEQUENCE DETERMINING DEVICE, METHOD AND PROGRAM

20170302437 · 2017-10-19

Assignee

Inventors

Cpc classification

International classification

Abstract

Determination as to whether a nondecreasing sequence exists or not is efficiently made. A sorting part sorts elements of a set P.sub.i in ascending order to generate vectors t.sub.i,i+1 and A merging part generates vectors t.sub.0,m and b.sub.0,m by repeating the process of merging vectors (t.sub.i,j, b.sub.i,j) and (t.sub.i,k, b.sub.i,k) to generate (t.sub.i,k, b.sub.i,k). A stable-sorting part generates a vector e by coupling and stably sorting vectors b.sub.i,j and t.sub.i,k. A searching part searches for sets of (λ, x, y) in which e[λ] is b.sub.i j[x] and e[λ+1] is t.sub.i,k[y] and generates a set λ including all x and a set Y including all y. An extracting part sorts t.sub.i,j[x] (x∈X) in ascending order to generate a vector t.sub.i,k and sorts b.sub.j,k[y] (y∈Y) in ascending order to generate a vector b.sub.i,k. If the length of a vector t.sub.0,m is 0, a determining part outputs a result of determination that indicates the absence of a nondecreasing sequence.

Claims

1. A nondecreasing sequence determining device, comprising: a sorting part taking inputs of m sets P.sub.0, . . . , P.sub.m−1 and sorting elements of a set P.sub.i in ascending order for i=0, . . . , m−1 to generate a vector t.sub.i,i+1 and a vector b.sub.i,i+1; a merging part merging vectors t.sub.0,1, . . . , t.sub.m−1,m to generate a vector t.sub.0,m and merging vectors b.sub.0,1, . . . , b.sub.m−1,m to generate a vector b.sub.0,mby repeating a process of merging vectors (t.sub.i,j, b.sub.i,j) and vectors (t.sub.i,k, b.sub.i,k) that satisfy 0≦i<j<k≦m to generate vectors (t.sub.i,k, b.sub.i,k); and a determining part outputting a result of determination that indicates the absence of a nondecreasing sequence if the length of the vector t.sub.0,m is 0 and outputting a result of determination that indicates the presence of a nondecreasing sequence if the length of the vector t.sub.oo is greater than or equal to 1; wherein the merging part comprises: a stable-sorting part coupling a vector b.sub.i,j with a vector t.sub.j,k and stably sorting elements of a resulting vector to generate a vector e; a searching part searching the vector e for every set of (λ, x, y) in which e[λ] is b.sub.i,j[x] and e[λ+1] is t.sub.j,k[y] and generating a set X including all of found x and a set Y including all of found y; and an extracting part sorting elements t.sub.i,j[x] (x∈X) of a vector t.sub.i,j in ascending order to generate a vector t.sub.i,k and sorting elements b.sub.j,k[y] (y∈Y) of a vector b.sub.j,k in ascending order to generate a vector b.sub.i,k.

2. A nondecreasing sequence determining device, comprising: a sorting part taking inputs of m sets P.sub.0, . . . , P.sub.m−1 and sorting elements of a set P.sub.i in ascending order for i=0, . . . , m−1 to generate a vector t.sub.i,i−1 and a vector b.sub.i,i+1; a concealing part generating an encrypted text <t′.sub.i,i+1> in which a vector is concealed and generating an encrypted text <b′.sub.i,i+1> in which a vector is concealed, wherein, in the vector t′.sub.i,i+1, t′.sub.i,i+1[k]=1 is set if λ that satisfies t.sub.i,i+1[λ]k exists for k=0, . . . , n−1 and λ=0, . . . , m−1, otherwise, t′.sub.i,i+1[k]=0 is set, and in the vector b′.sub.i,i+1, b′.sub.i,i+1[k]=1 is set if λ that satisfies b.sub.i,i+1[λ]=k exists, otherwise b′.sub.i,i+1[k]=0 is set, where each of elements of the sets P.sub.0, . . . , P.sub.M−1 is greater than 0 or equal to 0 and less than n; a merging part merging secret texts <t′.sub.0,1>, <t′.sub.m−1,m> to generate a secret text <t′.sub.0,m> and merging secret texts <b′.sub.0,1>, to generate a secret text <b′.sub.0,m> by repeating a process of merging secret texts (<t′.sub.i,j>, <b′.sub.i,j>) and (<t′.sub.j,k>, <b′.sub.j,k>) that satisfy 0≦i<j<k≦m to generate a secret text (<t′.sub.i,k>, <b′.sub.i,k>); and a determining part calculating <t′.sub.0,m[0]>custom-character<t′.sub.0,m[1]>custom-character . . . custom-character<t′.sub.0,m[m−1]> by using the secret text <t′.sub.0,m> and outputting the result of the calculation as the result of determination; wherein the merging part comprises: a first stable-sorting part alternately arranging elements of secret texts <b′.sub.i,j> and <t.sub.′j,k> to generate a secret text <a> and stable-sorting a secret text (<(0,1).sup.n>, <a>, <(0, . . . , 2n−1)>) by using custom-character<a> as a key to generate a secret text (f<f>, <a′>, <p>); a first key-reveal-sorting part calculating <a[h]>×custom-character<f′[h]>×<f ′[h+1]>+<f′[h]>×custom-character<f′[h−1]>) for h=0, . . . , n−1 to generate a secret text <m> and key-reveal sorting the secret text <m> by using a secret text <p> to generate a secret text <m′>; a second stable-sorting part alternately breaking down elements of the secret text <m> to generate secret texts <m.sub.0> and <m.sub.1>, stably sorting (<t′.sub.i,j>, <(0, . . . , n−1)>) by using custom-character<t′.sub.i,j> as a key to generate a secret text (<t″.sub.0>, <p.sub.0>), stably sorting the secret text <m.sub.0> by using custom-character<b′.sub.i,j> as a key to generate a secret text <m″.sub.0>, stably sorting (<b′.sub.i,k>, <(0, . . . , n−1)>) by using custom-character<b′.sub.i,k> as a key to generate a secret text (<b″.sub.1>, <p.sub.1>), and stably sorting the secret text <m.sub.1> by using custom-character<t′.sub.j,k> as a key to generate a secret text <m″.sub.1>; and a second key-reveal-sorting part generating a secret text <t″> that is the product of a secret text <t″.sub.0> and a secret text <m″.sub.0>, and a secret text <b″> that is the product of a secret text <b″.sub.1> and a secret text <m″.sub.1>, key-reveal sorting the secret text <t″> by using a secret text <p.sub.0> as a key to generate a secret text <t′.sub.i,k>, and key-reveal sorting the secret text <b″> by using a secret text <p.sub.1> as a key to generate a secret text <b′.sub.i,k>, where (0, 1).sup.n is a vector being composed of 0s and 1s and having a length of 2n and custom-character denotes the negation of .

3. The nondecreasing sequence determining device according to claim 1 or 2, wherein the merging part selects i, j, and k that satisfy the following formula: j = .Math. i + k 2 .Math. [ Formula .Math. .Math. 22 ]

4. A nondecreasing sequence determining method comprising: a sorting step of taking, by a sorting part, inputs of m sets P.sub.0, . . . , P.sub.m−1 and sorting elements of a set P.sub.i in ascending order for i=0, . . . , m−1 to generate a vector t.sub.i,i+1 and a vector b.sub.i,i−1; a merging step of merging, by a merging part, vectors t.sub.0,1, . . . , t.sub.m-1,m to generate a vector and merging vectors b.sub.0,1, . . . ,b.sub.m−1,m to generate a vector b.sub.0,m by repeating a process of merging vectors (t.sub.i,j, b.sub.i,j) and vectors (t.sub.j,k, b.sub.j,k) that satisfy 0≦i<j<k≦m to generate vectors (t.sub.i,k, b.sub.i,k); and a determining step of outputting, by a determining part, a result of determination that indicates the absence of a nondecreasing sequence if the length of the vector t.sub.0,m is 0 and outputting a result of determination that indicates the presence of a nondecreasing sequence if the length of the vector t.sub.o,.sub.n, is greater than or equal to 1; wherein the merging step comprises: a stable-sorting step of coupling, by a stable-sorting part, a vector b.sub.i,j with a vector t.sub.j,k and stably sorting elements of a resulting vector to generate a vector e; a searching step of searching, by a searching part, the vector e for every set of (λ, x, y) in which e[λ] is b.sub.ij[x] and e[λ+1] is t.sub.j,k[y] and generating a set X including all of found x and a set Y including all of found y; and an extracting step of sorting, by an extracting part, elements t.sub.i,j[x] (x∈X) of a vector t.sub.i,j in ascending order to generate a vector t.sub.i,k and sorting elements b.sub.j,k[y] (y∈Y) of a vector b.sub.j,k in ascending order to generate a vector b.sub.i,k.

5. A nondecreasing sequence determining method comprising: a sorting step of taking, by a sorting part, inputs of m sets P.sub.0, . . . , P.sub.m−1 and sorting elements of a set P.sub.i in ascending order for i=0, m−1 to generate a vector t.sub.i,i+1 and a vector b.sub.i,i+1; a concealing step of generating, by a concealing part, an encrypted text <t′.sub.i,i+1> in which a vector t′.sub.i,i+1 is concealed and generating an encrypted text <b′.sub.i,i+1> in which a vector b′.sub.i,i+1 is concealed, wherein, in the vector t′.sub.i,i+1, t′.sub.i,i+1[k]=1 is set if λ, that satisfies t.sub.i,i,+1[λ]k exists for k=0, . . . , n−1 and λ=0, . . . , m−1, otherwise, t′.sub.i,i,+1[k]=0 is set, and in the vector b′.sub.i,i+1, b′.sub.i,i+1[k]=1 is set if λ that satisfies b.sub.i,i,+1[λ]=k exists, otherwise b′.sub.i,i+1[k]=0 is set, where each of elements of the sets P.sub.0, . . . , P.sub.M−1 is greater than 0 or equal to 0 and less than n; a merging step of merging, by a merging part, secret texts <t′.sub.0,1>, . . . , <t′.sub.m−1,m> to generate a secret text <t.sub.0,m> and merging secret texts <b′.sub.0,1<, . . . , <b′.sub.m−1,m>, to generate a secret text <b′.sub.0,m> by repeating a process of merging secret texts (<t′.sub.i,j>,<b′.sub.i,j>) and (<t′.sub.j,k>, <b′.sub.j,k>) that satisfy 0≦i<j<k≦m to generate a secret text (<t′.sub.i,k>, <b′.sub.i,k>); and a determining step of calculating, by a determining part, <t′.sub.0,m[0]>custom-character<t′.sub.0,m[1]>custom-character . . . custom-character<t′.sub.0,m[m−1]> by using the secret text <t′.sub.0,m> and outputting the result of the calculation as the result of determination; wherein the merging step comprises: a first stable-sorting step of alternately arranging, by a first stable-sorting part, elements of secret texts <b′.sub.i,j> and <t.sub.′j,k> to generate a secret text <a> and stably sorting a secret text (<(0,1).sup.n>, <a>, <(0, . . . , 2n−1)>) by using custom-character<a> as a key to generate a secret text (<f′>, <a′>, <p>); a first key-reveal-sorting step of calculating, by a first key-reveal-sorting part, <a[h]>×(custom-character<f′[h]>×<f′[h+1]>+<f′[h]>×custom-character<f′[h−1]>) for h=0, . . . , n−1 to generate a secret text <m> and key-reveal sorting the secret text <m> by using a secret text <p> to generate a secret text <m′>; a second stable-sorting step of alternately breaking down, by a second stable-sorting part, elements of the secret text <m> to generate secret texts <m.sub.0> and <m.sub.1>, stably sorting (<t′.sub.i,j>, <(0, . . . , n−1)> by using custom-character<t′.sub.i,j> as a key to generate a secret text (<t″.sub.0>, <p.sub.0>), stably sorting the secret text <m.sub.0> by using custom-character<b′.sub.i,j> as a key to generate a secret text <m″.sub.0>, stably sorting (<b′.sub.j,k>, <(0, . . . , n−1)>) by using custom-character<b′.sub.j,k> as a key to generate a secret text (<b″.sub.1>, <p.sub.1>), and stably sorting the secret text <m.sub.1> by using custom-character<t′.sub.j,k> as a key to generate a secret text <m″.sub.1>, and a second key-reveal-sorting step of generating, by a second key-reveal-sorting part, a secret text <t″> that is the product of a secret text <t″.sub.0> and a secret text <m″.sub.0>, and a secret text <b″> that is the product of a secret text <b″.sub.1> and a secret text <m″.sub.1>, key-reveal sorting the secret text <t″> by using a secret text <p.sub.0> as a key to generate a secret text <t′.sub.i,k>, and key-reveal sorting the secret text <b″> by using a secret text <p.sub.1> as a key to generate a secret text <b′.sub.i,k>, where (0, 1).sup.n is a vector being composed of 0s and 1s and having a length of 2n and custom-character denotes the negation of .

6. The nondecreasing sequence determining method according to claim 4 or 5, wherein the merging step selects i, j, and k that satisfy the following equation: j = .Math. i + k 2 .Math. [ Formula .Math. .Math. 23 ]

7. A non-transitory computer readable medium including computer executable instructions that make a computer function as the nondecreasing sequence determining device according to claim 1 or 2.

8. A non-transitory computer readable medium including computer executable instructions that make a computer function as the nondecreasing sequence determining device according to claim 3.

Description

BRIEF DESCRIPTION OF THE DRAWINGS

[0010] FIG. 1 is a diagram illustrating a functional configuration of a nondecreasing sequence determining device according to a first embodiment;

[0011] FIG. 2 is a diagram illustrating a process flow of a nondecreasing sequence determining method according to the first embodiment;

[0012] FIG. 3 is a diagram illustrating a functional configuration of a nondecreasing sequence determining device according to a third embodiment; and

[0013] FIG. 4 is a diagram illustrating a process flow of a nondecreasing sequence determining method according to the third embodiment.

DETAILED DESCRIPTION OF THE EMBODIMENTS

[0014] Before describing embodiments, notation and the definitions of terms used herein will be given.

[0015] <Notation>

[0016] A value “a” concealed by encryption or secret sharing is referred to as a secret text of “a” and denoted as <a>. If secret sharing is used for concealment, a set of pieces of a shared secret held by secure computing devices is referred to by <a>.

[0017] The i-th row of a matrix X is denoted by X[i]. The i-th element of a vector u is denoted by u[i]. A whole matrix of resulting from concealing the elements of a matrix X is denoted by <X> and is referred to as a secret text of X. A whole vector resulting from concealing the elements of a vector “u” is denoted by <u> and referred to as a secret text of “u”.


┌┐  [Formula 1]

is the ceiling function and means the smallest integer greater than or equal to .


└┘  [Formula 2]

is the floor function and means the greatest integer smaller than or equal to .

[0018] .sup.T denotes the transpose of .

[0019] <Addition, Subtraction, Multiplication>

[0020] Addition, subtraction and multiplication take inputs of secret texts <a>, <b> of two values a, b and yield secret texts <c.sub.1>, <c.sub.2> and <c.sub.3>, respectively, as the results of the computations, a+b, a−b, and ab, respectively. The executions of the operations are written as follows:


<c.sub.1>←Add(<a>, <b>),


<c.sub.2>←Sub(<a>, <b>),


<c.sub.3>←Mul(<a>, <b>)   [Formula 3]

[0021] Note that when there is no risk of misunderstanding, Add (<a>, <b>), Sub (<a>, <b>) and Mul (<a>, <b>) are simply denoted as <a>+<b>, <a>−<b> and <a>×<b>, respectively.

[0022] <Logical Operations>

[0023] Logical OR, logical AND, and negation operations take inputs of secret texts <a>, <b> of two values a, b∈{0, 1} and yield secret texts <c.sub.1>, <c.sub.2> and <c.sub.3>, respectively, of the results c.sub.1, c.sub.2, and c.sub.3 of logical OR of “a” and “b”, logical AND of “a” and “b” and negation of “a”, respectively. The executions of the operations are written as follows:


<c.sub.1>←<a>custom-character<b>,


<c.sub.2>←<a>custom-character<b>,


<c.sub.3<←custom-character<a>  [Formula 4]

[0024] The logical operations are accomplished by computations of the following formulas:


<c.sub.1>←<a>+<b>−<a>×<b>,


<c.sub.2>←<a>×<b>,


<c.sub.3>←1−<a>  [Formula 5]

[0025] <Sort Operation>

[0026] Sort is an operation that sorts elements of a vector in ascending order and outputs the resulting vector. The vector k′=(k′[0], . . . , k′[n−1]) output for an input vector k=(k[0], . . . ,k[n−1]) is a vector resulting from sorting of the elements of k that satisfy k′[0]≦ . . . ≦k′[n−1].

[0027] Stable sort is an operation which preserves the original order of elements having the same value, if present, in the sort operation. Elements of vectors k and k′ satisfy k′[π.sub.s(i)]=k[i] for a given bijection π.sub.s{0, . . . , n−1}.fwdarw.{0, . . . , n−1} and the following formula holds in the stable sort.


π.sub.s(i)<π.sub.s(j)custom-character(k[i]<k[j])custom-character(k[i]=k[j]custom-characteri<j)   [Formula 6]

[0028] A stable sort operation in secret computation dealt with in the following description takes inputs of a plurality of vectors and, in accordance with sorting of the elements of a vector used as a key, sorts the elements of another vector. Specifically, a stable sort operation takes inputs of a vector k having a size n used as the key in the stable sort and secret texts <k>, <a.sup.(0)>, . . . , <a.sup.(λ−1)> of a number λ, (1≦λ) of vectors a.sup.(0), . . . , a.sup.(λ−1) having the size n and calculates secret texts <b.sup.(0)>, . . . , <b.sup.(λ−1)> of vectors b.sup.(0), . . . , b.sup.(λ−1) in which the elements of each vector a.sup.(0), . . . , a.sup.(λ−1) are sorted in accordance with the order of the elements of the vector k sorted by the stable sort.


<b.sup.(0)>, . . . , <b.sup.(λ−1)>←StableSort(<a.sup.(0)>, . . . , <a.sup.(λ−1)>; <k>)   [Formula 7]

[0029] Key reveal sort is processing in which a key is revealed in a stable sort operation. The processing is more efficient than processing performed with the key being concealed and, if the configuration of values included in the key is known, there is no risk of unnecessarily revealing information. The execution of the operation is written as follows.


<b.sup.(0)>, . . . , <b.sup.(λ−1)>←RevealSort(<a.sup.(0)>, . . . , <a.sup.(λ−1)>; <k>)   [Formula 8]

[0030] Concealment, reconstruction, addition, subtraction and multiplication may be accomplished by using methods described in Non-Patent Literature 1. Stable sort and key reveal sort may be accomplished by using a method described in Koki Hamada, Dai Ikarashi, Koji Chida, and Katsumi Takahashi, “Oblivious radix sort: An efficient sorting algorithm for practical secure multi-party computation”, IACR Cryptology ePrint Archive, vol. 2014, p. 121, 2014 (Reference literature 1)”.

[0031] <Nondecreasing Sequences>

[0032] The nondecreasing sequence determining technique is a method for determining whether a vector p that is a nondecreasing sequence having a size m form sets P.sub.0-, P.sub.1, . . . , P.sub.m−1 (where p[i]∈P.sub.i(0≦i<m) and p[0]≦p[1]≦ . . . ≦p[m−1]).

[0033] For example, assume that sets P.sub.0, P.sub.1, . . . , P.sub.4 are as follows.

[0034] P.sub.0={0, 3, 7, 8, 10}

[0035] P.sub.1={2, 5, 8,9}

[0036] P.sub.2={2, 4, 8}

[0037] P.sub.3={0, 4, 7, 9}

[0038] P.sub.4={0, 6, 7}

[0039] For example, the vector P.sub.0={0, 8, 2, 4, 6} satisfies p.sub.0[i]∈P.sub.i(0≦i<m) but does not satisfy p.sub.0[0]≦p.sub.0[1]≦p.sub.0[2]≦p.sub.0[3]≦p.sub.0[4] because p.sub.0[1]>p.sub.0[2], and therefore the vector p.sub.0 is not a nondecreasing sequence.

[0040] On the other hand, for example, the vector p.sub.1=(0, 2, 4, 4, 6) satisfies p.sub.1[i]∈P.sub.i(0≦i<m) and also satisfies p.sub.1[0]≦p.sub.1[1]≦p.sub.1[2]≦p.sub.1[3]≦p.sub.1[4] and therefore the vector p.sub.1 is a nondecreasing sequence.

[0041] Embodiments of the present invention will be described below in detail. Note that components that has like functions are given like reference numerals in drawings and repeated description of the components will be omitted.

First Embodiment

[0042] As illustrated in FIG. 1, a nondecreasing sequence determining device 1 according to a first embodiment comprises a sorting part 10, a merging part 20 and a determining part 30. The merging part 20 comprises a stable-sorting part 21, a searching part 22 and an extracting part 23, for example.

[0043] The nondecreasing sequence determining device 1 is a special device configured by installing a special program into a well-known or dedicated computer comprising a central processing unit (CPU), a random access memory (RAM) and other components. The nondecreasing sequence determining device 1 executes processes under the control of the CPU, for example. Data input into the nondecreasing sequence determining device 1 and data obtained through the processes are stored in the RAM and the data stored in the RAM is read and used in other processes as needed, for example.

[0044] A nondecreasing sequence determining method according to the first embodiment will be described below with reference to FIG. 2.

[0045] The nondecreasing sequence determining method according to the first embodiment takes inputs of m sets P.sub.0, . . . , P.sub.m−1 and returns 1 if a vector p that is a nondecreasing sequence having a size m exists or returns 0 if not.

[0046] At step S10, the sorting part 10 sorts the elements of a set P.sub.i, where i=0, . . . , m−1, in ascending order to generate vectors t.sub.i,i+1 and b.sub.i,i+1. Specifically, the sorting part 10 sorts the elements of a set P.sub.0 in ascending order to generate vectors t.sub.0,1 and b.sub.0,1, sorts the elements of a set P.sub.1 in ascending order to generate vectors t.sub.1,2 and b.sub.1,2, and sorts the elements of a set P.sub.m−1 in ascending order to generate vectors t.sub.m−1,m and b.sub.m−1,m.

[0047] At step S20a, the merging part 20 selects vectors (t.sub.i,j, b.sub.i,j) and (t.sub.j,k, b.sub.j,k), merges the vectors (t.sub.i,j, b.sub.i,j) and (t.sub.j,k, b.sub.j,k) by a process from step S21 to step S23 to generate vectors (t.sub.i,k, b.sub.i,k). By recursively performing the process, the merging part 20 merges vectors t.sub.0,1 , . . . , t.sub.m−1, . . . , t.sub.m−1,m to generate a vector t.sub.0,m and merges vectors b.sub.0,1, . . . , b.sub.m−1,m to generate a vector b.sub.0,m.

[0048] At step S21, the stable-sorting part 21 couples the vector b.sub.i,j and vector t.sub.j,k together and stably sorts the elements in ascending order to generate a vector e.

[0049] At step S22, the searching part 22 searches the vector e for every set (λ, x, y) in which e[λ] is b.sub.i,j[x] and e[λ+1] is t.sub.j,k[y] and generates a set X that includes all of found x and a set Y that includes all of found y.

[0050] At step S23, the extracting part 23 sorts t.sub.i,j[x] (x∈X) in ascending order to generate a vector t.sub.i,k and sorts b.sub.j,k[y] (y∈Y) to generate a vector b.sub.i,k.

[0051] At step S20b, the merging part 20 determines whether all of the vectors t.sub.0,1, . . . , t.sub.m−1,m and vectors b.sub.0,1, . . . , b.sub.m−1,m have been merged. In other words, the merging part 20 determines whether vectors (t.sub.0,m, b.sub.0,m) have been generated. If the merge has not been completed, the process returns to step S20a. If merge has been completed, the process proceeds to step S30.

[0052] At step S30, if the length of a vector t.sub.0,m is 0, the determining part 30 outputs 0 indicating the absence of a nondecreasing sequence. If the length of a vector t.sub.0,m is greater than or equal to 1, the determining part 30 outputs 1 indicating the presence of a nondecreasing sequence.

[0053] An example will be used to show that the presence of a nondecreasing sequence can be determined by the method described above.

[0054] Assume that sets P.sub.0, P.sub.1, . . . , P.sub.4 are as follows.

[0055] P.sub.0−{0, 3, 7, 8, 10}

[0056] P.sub.1={2, 5, 8, 9}

[0057] P.sub.2={2, 4, 8}

[0058] P.sub.3={0, 4, 7, 9}

[0059] P.sub.4={0, 6, 7}

[0060] Since a nondecreasing sequence is p[i]∈P.sub.i(0≦i<m) and p.sub.i[0]≦p.sub.1[1]≦p.sub.1[2]≦p.sub.1[3]≦p.sub.1[4], there are nondecreasing sequences such as (0, 2, 2, 4, 6), (0, 2, 2, 4, 7), (0, 2, 4, 4, 6), (0, 2, 4, 4, 7) and (0, 2, 4, 7, 7), for example, in sets P.sub.0, P.sub.1, . . . , P.sub.4.

[0061] At step S10, the following vectors t.sub.0,1, . . . , t.sub.4,5 and b.sub.0,1, . . . , b.sub.4,5 are generated.

[0062] t.sub.0,1=b.sub.0,1=(0, 3, 7, 8, 10)

[0063] t.sub.1,2=b.sub.1,2=(2, 5, 8, 9)

[0064] t.sub.2,3=b.sub.2,3=(2, 4, 8)

[0065] t.sub.3,4=b.sub.3,4=(0, 4, 7, 9)

[0066] t.sub.4,5=b.sub.3,4=(0, 6, 7)

[0067] At step S20a, i=0, j=1, and k=2 are set and vectors (t.sub.0,1, b.sub.0,1) and (t.sub.1,2, b,.sub.1,2) are selected and merged by performing steps S21 to S23 described below to generate vectors (t.sub.0,2, b.sub.0,2).

[0068] At step 21, the following vector e is generated from the vectors b.sub.0,1 and t.sub.1,2.

[0069] e=(0, 2, 3, 5, 7, 8, 8, 9, 10)

[0070] =(b.sub.0,1[0], t.sub.1,2[0], b.sub.0,1[1], t.sub.1,2[1], b.sub.0,1[2], b.sub.0,1[3], t.sub.1,2[2], t.sub.1,2[3], b.sub.0,1[4])

[0071] At step S22, the following sets of (λ, x, y) are found.

[0072] (λ=0,x=0,y=0),

[0073] (λ=2,x=1,y=1),

[0074] (λ=5,x=3,y=2)

Therefore, set λ={0, 1, 31 } and set Y={0, 1, 2}.

[0075] At step S23, the following vectors (t.sub.0,2, b.sub.0,2) are generated.

[0076] t.sub.0,2=(t.sub.0,1[0], t.sub.0,1[1], t.sub.0,1[3])=(0, 3, 8)

[0077] b.sub.0,2=(b.sub.1,2[0], b.sub.1,2[1], b.sub.1,2[2])=(2, 5, 8)

[0078] At step S20b, vectors t.sub.0,5 and b.sub.0,5 do not exist and therefore the process returns to step S20a.

[0079] In the second round of step S20a, i−2, j−3 and k−4 are set, vectors (t.sub.2,3, b.sub.2,3) and (t.sub.3,4, b.sub.3,4) are selected and merged vectors (t.sub.2,4, b,.sub.2,4) are generated in the same way as described above.

[0080] The vector b.sub.2,3=(2, 4, 8) and the vector t.sub.3,4=(0, 4, 7, 9) are coupled together and stable sort is performed to generate the following vector e.

[0081] e=(0, 2, 4, 4, 7, 8 9)

[0082] =(t.sub.3,4[0], b.sub.2,3[0], b.sub.2,3[1], t.sub.3,4[1], t.sub.3,4[2], b.sub.2,3[2], t.sub.3,4[3])

[0083] Then, (λ=2,x=1,y=1) and (λ=5,x=2,y=3) are found and therefore X=(1,2) and Y=(1, 3). Accordingly, the vectors (t.sub.2,4, b.sub.2,4) are as follows.

[0084] t.sub.2,4=(t.sub.2,3[1], t.sub.2,3[2])=(4, 8)

[0085] b.sub.2,4=(b.sub.3,4[1], b.sub.3,4[3])=(4, 9)

[0086] In the third round of step S20a, i=2, j=4 and k=5 are set, vectors (t.sub.2,4, b.sub.2,4) and (t.sub.4,5, b.sub.4,5) are selected and merged vectors (t.sub.2,5, b.sub.2,5) is generated in the same way as described above.

[0087] The vector b.sub.2,4−(4, 9) and the vector t.sub.4,5−(0, 6, 7) are coupled together and stable sort is performed to generate the following vector e.

[0088] e=(0, 4, 6, 7, 9)

[0089] =(t.sub.4,5[0], b.sub.2,4[0], t.sub.4,5[1], t.sub.4,5[2], b.sub.2,4[1])

[0090] Then, (λ=1, x=0, y=1) is found and therefore X=(0) and Y=(1). Accordingly, the vectors (t.sub.2,5, b.sub.2,5) are as follows.

[0091] t.sub.2,5=(t.sub.2,4[0])=(4)

[0092] b.sub.2,5=(b.sub.4,5[1])=(6)

[0093] In the fourth round of step S20a, i=0, j=2 and k=5 are set, vectors (t.sub.0,2, b.sub.0,2) and (t.sub.2,5, b.sub.2,5) are selected and merged vectors (t.sub.0,5, b.sub.0,5) are generated in the same way as described above.

[0094] The vector b.sub.0,2=(2, 5, 8) and the vector t.sub.2,5=(4) are coupled together and stable sort is performed to generate the following vector e.

[0095] e=(2, 4, 5, 8)

[0096] =(b.sub.0,2[0], t.sub.2,5[0], b.sub.0,2[1], b.sub.0,2[2])

[0097] Then, (λ=0, x=0, y=0) is found and therefore X=(0) and Y=(0). Accordingly, the vector (t.sub.0,5, b.sub.0,5) is as follows.

[0098] t.sub.0,5=(t.sub.0,2[0])=(0)

[0099] b.sub.0,5=(b.sub.2,5[0])=(6)

[0100] At step S20b, since vectors t.sub.0,5 and b.sub.0,5 exist, the process proceeds to step S30.

[0101] At step S30, since the length of t.sub.0,5 is not 0, 1 indicating the presence of a nondecreasing sequence is output as the result of determination.

Second Embodiment

[0102] In a nondecreasing sequence determining device according to a second embodiment, a merging part 20 sets i, j, and k such that the following formula is satisfied, and vectors (t.sub.i,j, b.sub.i,j) and vectors (t.sub.i,k, b.sub.i,k) are selected for generating vectors (t.sub.i,k, b.sub.i,k).

[00001] j = .Math. i + k 2 .Math. [ Formula .Math. .Math. 9 ]

[0103] By configuring as described above, the merging part 20 can obtain vectors (t.sub.0,m, b.sub.0,m) with a recursive procedure in


┌log.sub.2 m┐  [Formula 10]

rounds.

Third Embodiment

[0104] A third embodiment is a method of determining whether a nondecreasing sequence exists by using secure computation. In the third embodiment, each iteration of a recursive procedure can be accomplished in O(1) rounds of computations and therefore the whole process can be accomplished in O(log m) rounds.

[0105] As illustrated in FIG. 3, a nondecreasing sequence determining device 2 according to the third embodiment comprises a sorting part 10, a concealing part 40, a merging part 50, and a detennining part 60. The merging part 50 comprises a first stable-sorting part 51, a first key-reveal-sorting part 52, a second stable-sorting part 53 and a second key-reveal-sorting part 54, for example.

[0106] A nondecreasing sequence determining method according to the third embodiment will be described below with reference to FIG. 4. The following description focuses on differences from the first embodiment described above.

[0107] At step S40, the concealing part 40 determines that each of the elements of a set P.sub.i, where i=0, . . . , m−1, is greater than or equal to 0 and less than n, and converts a vector to a vector to generate an encrypted text <t′.sub.i,i+1> in which the vector t.sub.i,i,+1 is concealed in accordance with the following formula.

[00002] t i , i + 1 [ k ] = { 1 if .Math. .Math. λ .Math. .Math. s . t . .Math. t i , i + 1 [ λ ] = k , 0 otherwise [ Formula .Math. .Math. 11 ]

[0108] Similarly, the concealing part 40 converts a vector to a vector b′.sub.i,i+1 to generate an encrypted text <b′.sub.i,i+i> in which the vector b.sub.i,i,+1 is concealed in accordance with the following formula.

[00003] b i , i + 1 [ k ] = { 1 if .Math. .Math. λ .Math. .Math. s . t . .Math. b i , i + 1 [ λ ] = k , 0 otherwise [ Formula .Math. .Math. 12 ]

[0109] Examples of vectors and are given below. For example, assume that sets P.sub.0, P.sub.1, . . . , P.sub.4 are as follows.

[0110] P.sub.0={0, 3, 7, 8, 10}

[0111] P.sub.1={2, 5, 8, 9}

[0112] P.sub.2={2, 4, 8}

[0113] P.sub.3={0, 4, 7, 9}

[0114] P.sub.4={0, 6, 7}

[0115] Let n=12, then vectors t′.sub.i,i,+1 and by b′.sub.i,i,+1 are as follows.

[0116] t′.sub.0,1=b′.sub.0,1=(1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0),

[0117] t′.sub.1,2=b′.sub.1,2=(0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0),

[0118] t′.sub.2,3=b′.sub.2,3=(0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0,),

[0119] t′.sub.3,4=b′.sub.3,4=(1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0),

[0120] t′.sub.4,5=b′.sub.4,5=(1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0)

[0121] At step S50a, the merging part 50 selects a secret text (<t′.sub.i,j>, <b.sub.i,j>) and a secret text (<t′.sub.j,k>, <b′.sub.j,k>) that satisfy 0≦i<j<k≦m and merges the secret text (<t′.sub.i,j>, <b.sub.′i,j) and the secret text (<t′.sub.j,k>, <b′.sub.j,k>) together by the process from step S51 to step S54 to generate a secret text (<t′.sub.j,k>, <b′.sub.j,k>). By recursively performing the process, the merging part 50 merges secret texts <t′.sub.0,1>, . . . , <t′.sub.m−1,m> to generate a secret text <t′.sub.0,m> and merges secret texts <b′.sub.0,1>, . . . , <b′.sub.m−1,m> to generate a secret text <b′.sub.0,m>.

[0122] At step S51, the first stable-sorting part 51 alternately arranges elements of a secret text <b′.sub.i,j> and elements of secret text <t′.sub.j,k> to generate a secret text <a>. Specifically, the first stable-sorting part 51 generates a secret text <a> for h=0, . . . , n−1 in accordance with the following formula.


<a[2h]>←<b′.sub.i,j[2h]>,


<a[2h+1]>←<t′.sub.j,k[2h+1]>  [Formula 13]

[0123] The first stable-sorting part 51 then generates a secret text (<f′>, <a′>, <p>) by stably sorting (<(0, 1).sup.n>, <a>, <(0, . . . , 2n−1)>) using custom-character<a> as a key, where (0, 1).sup.n is a vector that is composed of 0s and 1s and has a length of 2n. Specifically, the stable-sorting part 51 performs stable sort written as follows.

[00004] ( f , a , p ) StableSort ( 0 , 1 ) n , a , ( 0 , .Math. .Math. , 2 .Math. n - 1 ) ; a ) .Math. .Math. where .Math. .Math. ( 0 , 1 ) n = ( 0 , 1 , 0 , 1 , .Math. .Math. , 0 , 1 ) 2 .Math. n [ Formula .Math. .Math. 14 ]

[0124] At step S52, the first key-reveal-sorting part 52 generates a secret text <m> for h=0, . . . , n−1 in accordance with the following formula.


<m[h]>


←<a[h]>×(custom-character<f′[h]>×<f′[h+1]>+<f′[h]>×custom-character<f′[h−1]>)   [Formula 15]

[0125] The first key-reveal-sorting part 52 then generates a secret text <m′> by key-reveal sorting the secret text <m> using a secret text <p> as a key. Specifically, the first key-reveal-sorting part 52 performs key-reveal sort written as follows.


<m′>←RevealSort(<m>; <p>)   [Formula 16]

[0126] At step S53, the second stable-sorting part 53 alternately breaks down the elements of the secret text <m′> to generate secret texts <m.sub.0>, <m.sub.1>. Specifically, the second stable-sorting part 53 generates secret texts <m.sub.0>, <m.sub.1> for h=0, . . . , n−1 in accordance with the following formula.


<m.sub.0[h]>←<m′[2h]>,


<m.sub.1[h]>←<m′[2h+1]>  [Formula 17]

[0127] The second stable-sorting part 53 then generates a secret text (<t″.sub.0>, <p.sub.0>) by stably sorting (<t′.sub.i,j>, <(0, . . . , n−1)]> using custom-character<t′.sub.i, j> as a key, generates a secret text <m″.sub.0> by stably sorting the secret text <m.sub.0> using custom-character<b′.sub.i,j> as a key, generates a secret text (<b″.sub.1>, <p.sub.1>) by stably sorting (<b′.sub.j,k>, <(0, . . . , n−1)>) using custom-character<b′.sub.j,k> as a key, and generates a secret text <ml″.sub.1> by stably sorting the secret text <m.sub.1> using custom-character<t′.sub.j,k> as a key. Specifically, the second stable-sorting part 53 performs the four stable sort operations given below.


(<t″.sub.0>, <p.sub.0>)←StableSort (<t′.sub.i,j>, <(0, . . . , n−1)>; custom-character<t′.sub.i,j>),


<m″.sub.0>←StableSort (<m.sub.0>; custom-characterb′.sub.i,j>),


(<b″.sub.1>, <p.sub.1>)←StableSort (<b′.sub.j,k>, <(0, . . . , n−1)>; custom-character<b′.sub.j,k>),


<,″.sub.1>←StableSort (<m.sub.1>; custom-character<t′.sub.j,k>)   [Formula 18]

[0128] At step S54, the second key-reveal-sorting part 54 generates secret texts <t″>, <b″> in accordance with the following formula.


<t″>←<t″.sub.0>×<m″.sub.0>,


<b″>←<b″.sub.1>×<m″.sub.1>  [Formula 19]

[0129] The second key-reveal-sorting part 54 then generates a secret text <t′.sub.j,k> by key-reveal sorting the secret text <t″> using a secret text <p.sub.0> as a key and generates a secret text <b′.sub.j,k> by key reveal sorting the secret text <b″> using a secret text <p.sub.1> as a key. Specifically, the second key-reveal-sorting part 54 performs the two key reveal sort operations given below.


<t′>←RevealSort (<t″>; <p.sub.0>),


<b′>←RevealSort (<b″>; <p.sub.1>)   [Formula 20 ]

[0130] At step S50b, the merging part 50 determines whether all of the secret texts <t′.sub.0,1>, . . . , <t′.sub.m−1,m> and the secret texts <b′.sub.0,1>, . . . , <b′.sub.m−1,m> have been merged. In other words, the merging part 50 determines whether secret texts (<t′.sub.0,m>, <b′.sub.0,m>) have been generated. If the merge has not been completed, the process returns to step S50a. If the merge has been completed, the process proceeds to step S60.

[0131] At step S60, the determining part 60 computes <t′.sub.0,m[0]>custom-character<t′.sub.0,m[1]>custom-character . . . custom-character<t′.sub.0,m[m−1]> by using the secret text .sub.<e0111> and outputs the result as the result of the determination.

[0132] The idea of the second embodiment described previously may be applied to the merging part 50 of the third embodiment and the merging part 50 may be configured to set i, j and k so as to satisfy the formula given below and select a secret text (<t′.sub.i,j>, <b′.sub.i,j>) and a secret text (<t′.sub.i,k>, <b′.sub.j,k>).

[00005] j = .Math. i + k 2 .Math. [ Formula .Math. .Math. 21 ]

Effects of the Invention

[0133] The nondecreasing sequence determining technique according to the present invention determines whether a nondecreasing sequence exists or not by selecting values one by one from each of m sets in only O(log m) rounds of recursive procedure. Especially when the determination performed using secure computation, the whole processing can be accomplished only O(log m) rounds because each iteration of the recursive procedure can be accomplished in O(1) rounds of computation.

Key Points of the Invention

[0134] In the present invention, when determination is made as to whether a nondecreasing sequence exits by selecting values one by one from each of m sets, a set of nondecreasing sequences is recursively constructed by divide and conquer to determine whether a nondecreasing sequence exists in O(log m) rounds. In the divide and conquer, computations are performed by keeping only sets of good-natured nondecreasing sequences that can be efficiently computed, rather than keeping all nondecreasing sequences, thereby accomplishing merge of sets of nondecreasing sequences by secure computation in O(1) rounds. Consequently, the whole computations can be accomplished by O(log m) rounds of secure computation.

[0135] It would be understood that the present invention is not limited to the embodiments described above and modifications can be made without departing from the spirit of the present invention. The operations described above may be performed not only in time sequence as is written but also in parallel or individually, depending on the throughput of the devices that perform the processes or requirements.

[0136] [Program and Recording Media]

[0137] If the processing functions of the devices described above are implemented by a computer, processing of the function that each device needs to include is described in a program. The program is executed on the computer to implement the processing functions described above on the computer.

[0138] The program describing the processing can be recorded on a computer-readable recording medium. The computer-readable recording medium may be any medium such as a magnetic recording device, an optical disc, a magneto-optical recording medium, and a semiconductor memory, for example.

[0139] The program may be distributed, for example, by selling, transferring, or lending portable recording media on which the program is recorded, such as DVDs or CD-ROMs. The program may be stored on a storage device of a server computer and transferred from the server computer to other computers over a network, thereby distributing the program.

[0140] A computer that executes the program first stores the program recorded on a portable recording medium or the program transferred from a server computer into a storage device of the computer. When the computer executes the processes, the computer reads the program stored in the storage device of the computer and executes the processes according to the read program. In another mode of execution of the program, the computer may read the program directly from a portable recording medium and may execute the processes according to the program or may execute the processes according to the program each time the program is transferred from the server computer to the computer. Alternatively, the processes may be executed using a so-called ASP (Application Service Provider) service in which the program is not transferred from a server computer to the computer but processing functions are implemented only by instructions to execute the program and acquisition of the results of the execution. It should be noted that the program in this mode comprises information that is made available for use in processing by an electronic computer and is equivalent to a program (such as data that is not direct commands to the computer but has the nature of defining processing performed by the computer).

[0141] While a given program is executed on a computer to configure the present device in this mode, at least part of the processes may be implemented by hardware.