Reduced and pipelined hardware architecture for Montgomery Modular Multiplication

Information

  • Patent Grant
  • 10817262
  • Patent Number
    10,817,262
  • Date Filed
    Thursday, November 8, 2018
    6 years ago
  • Date Issued
    Tuesday, October 27, 2020
    4 years ago
  • Inventors
    • Carr; Ryan (Fulton, MD, US)
    • Badamo; Michael J. (Rockville, MD, US)
  • Original Assignees
  • Examiners
    • Sandifer; Matthew D
    Agents
    • Carr & Ferrell LLP
Abstract
A hardware implementations of Montgomery modular multiplication are described. The number of components as well as the number of cycles may be reduced by using a lookup table and multiplexer for selecting terms to be added during calculations. Also a loop unrolling technique may be used improve performance. A chain of pipeline adder modules and a chain of delay and shift modules may be used to pipeline calculations of multiple sets of operands.
Description
FIELD OF THE PRESENT TECHNOLOGY

The present disclosure relates to the technical field of hardware encryption and decryption systems and methods. More particularly, the present invention is in the technical field of Montgomery Modular Multiplication using hardware architecture and very large scale integrated circuits such as FPGAs.


BACKGROUND

Modular exponentiation is a mathematical operation of the following form:

R=BE mod M

where the result R, base B, exponent E, and modulus M are all integers. A modular exponentiation is computed using a series of modular multiplications, using the property that

BXBY=BX+Y

to build from the input B up to the desired exponentiation BE.


Modular exponentiation may be used by encryption systems such as homomorphic cryptosystems and an RSA encryption scheme. For example, RSA uses a modular exponentiation to perform both encryption and decryption: for encryption, B is the plaintext, E and M are parts of the public key, and R is the resulting ciphertext; for decryption, B is the ciphertext, E is the private key, M is part of the public key, and R is the resulting plaintext.


The performance of such cryptosystems depends on the implementation efficiency of the modular multiplication and exponentiation. The operands include plain text of a message, the cipher, and/or possibly a partially ciphered text. Operands are generally larger than word sizes in typical computer processor architecture. For example, operands can be 128-1024-bit words or more, whereas a typical processor may use 32- or 64-bit words. The time requirements for encryption/decryption operations using modular exponentiation may be reduced by reducing the number of modular multiplications performed and/or by reducing the time requirements to perform a single modular multiplication. Using hardware implementations for cryptosystems instead of software implementations can reduce the number of operations, for example, by designing hardware that can perform operations on word sizes larger than word sizes used in typical computers. However, increasing the word size in hardware also increases the device count in the integrated circuits, which increases complexity and cost.


SUMMARY

Various embodiments of the present technology include a hardware adder configured for performing Montgomery modular multiplication. The hardware adder further includes a first operand register for receiving a first operand, second operand register for receiving a second operand, and modulus register for receiving a modulus, and a sum register for receiving a sum of the second operand and the modulus; a first shift register configured for receiving the first operand from the first operand register and shifting the first operand; and a second shift register configured to shift a result of a previous cycle. The hardware adder further includes a multiplexer for selecting one of a zero, the modulus, the second operand, or the second operand and modulus sum, responsive to a predetermined bit of the second operand, a bit shifted out of the first shift register, and a predetermined bit of the current result; an adder configured to receive a selection from the multiplexer and a shifted previous result from the second shift register and output a current result; and a result accumulator to receive the result from the adder and output the current result to the second shift register as a previous result.


Various embodiments of the present technology include a system for pipelining Montgomery modular multiplication. The system includes a first operand register for receiving a first operand (A), second operand register for receiving a second operand (B), and modulus register for receiving a modulus (M), and a sum register for receiving a sum of the second operand and the modulus (sum M+B); a first shift register configured for receiving the received operand A and shifting out a plurality of bits of A; and a second shift register configured to receive a result of a plurality of bits and output a shifted result. The system further includes a plurality of pipeline adders chained together such that the first pipeline adder receives the shifted result from the second shift register, and each of a plurality of the subsequent pipeline adders receives a result of a previous pipeline adder, each pipeline adder comprising: a multiplexer for selecting one of a zero, M, B, or sum M+B, responsive to a plurality of bits selected from each of B, the first shift register, and the current result, and an adder configured to add the received result to the selection from the multiplexer and output a result to the next pipeline adder in the chain. The system also includes a plurality of delay modules chained together. The first delay module may be configured to receive values including sum M+B, B, and M, and delay and shift the received values for output to a subsequent pipeline adder and delay module. Each subsequent delay module may be configured to receive the delayed and shifted values from the previous delay module, and further delay and shift the received delayed and shifted values for output the to a subsequent delay module. The system also includes a result accumulator configured to receive the result from the final pipeline adder in the chain, and output the result to the second shift register.


Various embodiments of the present technology include a hardware circuit configured for performing a method of calculating a result of Montgomery modular multiplication, the hardware circuit including a multiplexer, a shift register, an adder, and a plurality of registers, the method comprising receiving operand A at a first register of the hardware circuit, operand B at a second register of the hardware circuit, and a modulus M at a third register of the hardware circuit and setting a result value R in a result register of the hardware circuit to 0. The method further includes initializing a value of a loop counter i in an index register to 0, and initializing an end of loop value to n. The method also includes steps of


1) if a0 equals 0 and r0 equals 0, then: dividing (R+0) by 2, and placing the result of the division in the result register;


2) if a0 equals 0 and r0 equals 1, then: dividing (R+M) by 2, and placing the result of the division in the result register;


3) if a0 equals 1 and b0 equals r0, then: dividing (R+B) by 2, and placing the result of the division in the result register;


4) if a0 equals 1 and b0 is not equal to r0, then: dividing (R+M+B) by 2, and placing the result in the result register;


5) dividing A by 2; placing the result of the division of A by 2 in the first register; adding 1 to i and placing the result of the addition in the index register if i is less than n, returning to step 1.


The method further includes if R is greater than M then: subtracting M from R, and placing the result in the result register.


Various embodiments of the present technology include a device for performing Montgomery modular multiplication, the device comprising a first register for receiving a operand A, second register for receiving operand B, a third register for receiving a modulus M, and a sum register for receiving a sum M+B. The device further includes a first shift register configured for receiving A from the first register and repeatedly shifting a0 of A out of the first shift register; and a second shift register configured to shift a result R and output R div 2. The device also includes a multiplexer for performing a selection of one of 0, M, B, or M+B based on a received select word; and an adder configured to: receive the selection of one of 0, M, B, or M+B from the multiplexer, receive R div 2 from the second shift register, and add R div 2 to the received selection. The device further includes a result accumulator to receive a result R of the addition from the adder and output the result R to the second shift register; and a controller including: logic configured to receive b0, a0, and r1, and output a select word to the multiplexer; and a lookup table, inputs of the lookup table being the received b0, a0, and r1, output of the lookup table being the select word.





BRIEF DESCRIPTION OF THE DRAWINGS

Certain embodiments of the present technology are illustrated by the accompanying figures. It will be understood that the figures are not necessarily to scale and that details not necessary for an understanding of the technology or that render other details difficult to perceive may be omitted. It will be understood that the technology is not necessarily limited to the particular embodiments illustrated herein.



FIG. 1 is a block diagram illustrating a prior art hardware architecture for a Montgomery modular multiplier (MMM) architecture for implementation in hardware.



FIG. 2 illustrates details of a prior art controller of FIG. 1.



FIG. 3 is a block diagram illustrating a reduced MMM architecture, in accordance with aspects of the claimed technology.



FIG. 4 is a block diagram illustrating a loop unrolling technique using a pipeline architecture 400, in accordance with aspects of the claimed technology.





DETAILED DESCRIPTION

The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the present technology. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/ or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more of the same or other features, integers, steps, operations, elements, components, and/or groups thereof.


It will be understood that like or analogous elements and/or components referred to herein may be identified throughout the drawings with like reference characters. It will be further understood that several of the figures are merely schematic representations and/or block diagrams of the present technology. As such, some of the components may have been distorted from their actual scale for pictorial clarity.


In the present disclosure, the terms “lowest significant bit,” “LSB,” “bit 0” are used interchangeably. The terms “a0,” “b0,” “c0,” . . . and so on refer to bit 0 or the LSB of terms “A,” “B,” “C,” . . . and so on, respectively. Similarly bit 1, bit 2, bit 3 . . . of A may be written as “a1,” “a2,” “a3,” . . . Bits 4-7 of A may be written as “A7:4”. The terms “multiplexer” and “MUX” are used interchangeably.


The present technology reduces the number of operations and the device count in hardware cryptosystems. This may be accomplished by reducing the number of steps to perform multiplications and using pipelining.


An RSA cryptosystem includes three items: an integer modulus (M) of around 1024 bits, as well as an integer d and an integer e. Integer d may be referred to as a private key, while the pair (e, M) may be referred to as a public key. These items may satisfy the property

Tde=T mod M.


The plain text T may obey the condition that 0≤T<M. Messages may be encrypted using the public key as

C=Te mod M


Encrypted messages may be decrypted using the private key as

T=Cd mod M.


So the same operation, modular exponentiation, may be used to perform both encryption and decryption.


A modular exponentiation is computed using a series of modular multiplications. Modular multiplication generally consists of two steps: one step generates a product

P=AB

and the other step reduces this product P modulo M.


The Montgomery form (also called Montgomery representation) of some number A mod M is equal to Ari mod M, where r is the radix used to represent M and ri>M. For example, if M is a 1024-bit binary number then r=2 and i=1024 is valid.


An efficient algorithm for implementing a series of modular multiplications is to convert the first operands to Montgomery form, perform the multiplications using the Montgomery multiplication algorithm, and then convert the result out of Montgomery form. Montgomery multiplication takes the Montgomery representation of two operands A and B, and produces the Montgomery representation of AB mod M. Montgomery multiplication is faster than a standard modular multiplication because it does not require the division by M that is required to compute the modulus. Instead, it generates a reduced product using a series of additions.


Let operands A be the multiplicand, B the multiplicator, and M the modulus. Also let n be the number of bits, or digits in their binary representation, i.e. the radix is 2. So, we may denote A, B and M as follows:






A
=




i
=
0

n








a
i

×

2
i









B
=




i
=
0

n








b
i

×

2
i









M
=




i
=
0

n








m
i

×

2
i







Conditions for the Montgomery algorithm include a modulus M relatively prime to the radix (no common divisor for M and the radix) and M larger than the multiplicand and the multiplicator. Using a binary representation of the operands requires the modulus M to be odd to satisfy the first condition (relatively prime). The operands A and B must also be in Montgomery form.


The Montgomery algorithm may use the least significant digit of the accumulating modular partial product to determine the multiple of M to subtract. The usual multiplication order is reversed by choosing multiplier digits from least significant to most significant and shifting down. Representing the current modular partial product as R, q is chosen so that R+qM is a multiple of the radix r, which is right-shifted, i.e. divided by r for use in the next iteration. After n iterations, the result obtained is:

R=ABr−n mod M


Table 1 illustrates a version of a Montgomery algorithm.










TABLE 1








algorithm Montgomery(A, B, M) {



  int R = 0;



1: for i = 0 to n {



2: R = R + aiB;



3: if r0 = 0 then



4:  R = R div 2



5: else



6:  R = (R + M) div 2;



 }



 return R;



}










FIG. 1 is a block diagram illustrating a prior art hardware architecture for a Montgomery modular multiplier (MMM) architecture 100 for implementation in hardware. In various embodiments, the MMM architecture 100 is implemented in Field Programmable Gate Array (FPGA), Application Specific Integrated Circuits, Very Large Scale Integrated Circuits, and/or the like. The MMM architecture 100 of FIG. 1 is configured to receive operands A, B and M and it return

R=(A×B×2−n mod M


The MMM architecture 100 includes two multiplexers (MUX 122 and MUX 124), two adders (ADD 126 and ADD 128), two shift registers (SHIFT 110 and SHIFT 112), three input registers (opB 102, opM 104, and opA 106) as well as a controller 114, described in more detail in FIG. 2.


The first multiplexer, MUX 122 passes a value of 0 when the LSB, or bit 0 shifted out of the shift register 110, bit a0, is 0, and passes the content of register opB 102 when LSB of a0 shifted out of the first shift register 110 is 1. The second multiplexer, MUX 124 passes a value of 0 or the content of register opM 104 depending on whether the LSB of a result r of adder ADD 126, bit r0, is a 0 or 1, respectively.


The first adder, ADD 126, outputs the sum R+ai×B (line 2 of algorithm of Table 1), where i is the iteration number. The second adder, ADD 128 outputs the sum R+M (line 6 of the same algorithm in Table 1). The first shift register, SHIFT 110 provides the bit ai. At each iteration of the multiplier, this shift register is right-shifted once so that a0 contains ai of the original A operand.


More generally, the operands A and B and Modulus M are fed into the input registers marked opA 106, opB 102, and opM 104, respectively. Multiplexers MUX 122 and MUX 124 control which operands are combined with the intermediate result for each iteration using the adders ADD 126 and 128, and the shift register SHIFT 112 to store the intermediate result. The hardware performs one iteration per bit in operand A. The LSB of the shifted operand opA 110 determines whether operand opB, is added to the result. The LSB of that sum r determines whether operand opM is added to that sum r. The result R is shifted by one bit (marked “bit 1 . . . N−1”) in the SHIFT 112 register, that value may be applied to an input of the first adder ADD 126 for the next iteration.



FIG. 2 illustrates details of a prior art controller 114 of FIG. 1. The controller 114 may be used to synchronize shifting and loading operations of the first shift register SHIFT 110. The controller 114 may also control a number of iterations to be performed by the multiplier, using a simple down counter (not illustrated).


In order to synchronize the work of the components of the architecture 100, the controller 114 includes a state machine, which may have 6 states as illustrated in Table 2.












TABLE 2







State
Actions









S0:
initialization of the state machine;




set counter = n




go to S1



S1:
load multiplicand and modulus into registers;




load multiplicator into shift register1;




go to S2;



S2:
wait for ADDER1;




wait for ADDER2;




load multiplicator into shift register2;




decrement counter;




go to S3;



S3:
enable shift register2;




enable shift register1;



S4:
check the counter;




if 0 then go to S5 else go to S2;



S5:
halt;










In the course of developing the claimed technology, it has been determined that the number of cycles can be reduced by eliminating an adder from the MMM architecture 100 illustrated in FIG. 1. Furthermore, device count may also be reduced.



FIG. 3 is a block diagram illustrating a reduced MMM architecture 300, in accordance with aspects of the claimed technology. In various embodiments, the reduced MMM architecture 300 is implemented in FPGAs, Application Specific Integrated Circuits, Very Large Scale Integrated Circuits, and/or the like. The reduced MMM architecture 300 includes a first multiplexer MUX 324, a second multiplexer MUX 322, an adder ADD 326, a first shift register opA 310, a divide by 2 function (R div 2 function) 312, a result accumulator 316), a controller 314, and three input operand registers (opB 302, opM 304, and opA 306). It is noteworthy that the term “accumulator” is a simple register. The label “accumulator” refers to the purpose it serves in conjunction with the adder 326 from iteration to iteration. It is also noteworthy that the output of the accumulator 316 may be guaranteed to enter the adder 326 after the first two iterations.


On the first cycle, a value of 1 is applied to the select input of MUX 322. Also on the first cycle, the controller 314 is configured to apply a value of 1 to the select word 342 input to the MUX 324. In some embodiments, the controller sets the value applied to the select inputs 344 of the MUX 322. Thus, the control input for both the first and second and multiplexers (MUX 322 and MUX 324) is set to 1 on the first cycle. As a result, on the first cycle B is passed from MUX 322 and M is passed from MUX 324 to the adder ADD 326. The adder 326 generates an intermediate result B+M, which may then be loaded to a register 332 upon completion of the first cycle. The register 332 is loaded only once to store the sum B+M for use in later cycles. Since the first cycle is used to load the sum B+M to the register 332, the R div 2 function 312 may be zeroed out on the second cycle so that a 0 is passed to the adder on the second cycle, which begins the MMM calculation. In all other cycles the control bit for the MUX 322 is 0, and a right shifted result from the R div 2 function 312 is applied to the MUX 322, 0 input and passed to the adder 326.


In some embodiments, the controller 314 is used to control when to load the sum B+M to the register 332. The controller 314 may also be used to control when to zero out the R div 2 function 312. The controller 314 may further be used for controlling timing for loading opA into the first shift register 310 and shifting bits of A out of the first shift register 310. The controller 314 may also be used for loading a result from the result accumulator 316, and outputting the shifted result from the R div 2 function 312 to the MUX 322.


On completion of the second and subsequent cycles, the R div 2 function 312 receives the result R from the result accumulator 316 and presents a result R that is shifted 1 bit (or R div 2) to the MUX 322. The MUX 322 then passes R div 2 to the adder 326 for the next cycle.


The adder 326 then adds R div 2 from the MUX 322 to one of 0, M, B, or B+M from the MUX 324, depending on the output of the controller 314. The output of the controller 314 is placed on the select word 342 for input to the MUX 324. The select word 342 includes at least two bits. The output of the controller 314 to the select word 342 is based on the inputs, b0 (bit 0 of B), a0 (bit 0 of shift register 310), and r1 (bit 1 of result accumulator 316). In some embodiments, the controller 314 includes a lookup table 340 that is used for determining the output based on b0, a0, and r1. The controller 314 may also control a number of iterations to be performed by the multiplier, for example, by using a simple down counter (not illustrated).


Table 3 below is an algorithm for describing a process of for determining whether to add 0, M, B, or M+B to the result R, using the circuit illustrated in FIG. 3 and based on the lookup table 340.









TABLE 3





Intermediate Algorithm 1:

















Inputs(A, B, M)



int R = 0;



intS = B + M;



for i = 0 to n {



  if a0 == 0 then



   if r0 == 0 then



1)   R′ = R



   else



2)   R′ = (R + M)



  else



   if b0 == r0 then



3)   R′ = (R + B)



   else



4)   R′ = (R + S)



  A = A div 2



  R = R′ div 2



}



5) if R > M then



6) R = R − M



return R









At step 1) of the algorithm in Table 3, a0=0, r0=0. The value 0 is selected by the MUX 324, which results in adding 0 to the result of the previous iteration (labelled R in Table 3 and R div 2 in FIG. 3) according to the lookup table 340. In the pseudo-code of Table 3, r0 refers to the LSB of R after the shift in R div 2 function 312 from the previous iteration has occurred. However, in FIG. 3, R1 is labeled as the result as it leaves the accumulator prior to the shift in R div 2 function 312, so the relevant bit is r1.


At step 2) of the algorithm in Table 3, a0=0, r0=1. M in the register 304 is selected by the MUX 324, which results in adding M to the result of the previous iteration based on the lookup table 340.


At step 3) of the algorithm in Table 3, a0=1, b0=r0. B in the register 302 is selected by the MUX 324, which results in adding B to the result of the previous iteration, based on the lookup table 340.


At step 4) of the algorithm in Table 3, a0=1, b0≠r0. B+M in the register 332 is selected by the MUX 324, which results in adding B+M (S) to the result of the previous iteration, based on the lookup table 340.


Steps 5 and 6 account for a condition that when the for loop completes, R is between M and 2M. Steps 5 and 6 serve to check if this is the case and correct it if so.


The dotted line indicates elements of a pipeline adder 350 that includes the MUX 322, the MUX 324 and the adder 326 of FIG. 3. The pipeline adder 350 may be used as a component of a pipeline architecture to add one of at least four different values to the input R value (i.e., 0, B, M, (M+B)), as described in greater detail elsewhere herein.



FIG. 4 is a block diagram illustrating a loop unrolling technique using a pipeline architecture 400, in accordance with aspects of the claimed technology. In various embodiments, the pipeline architecture 400 is implemented in FPGAs, Application Specific Integrated Circuits, Very Large Scale Integrated Circuits, and/or the like. In FIG. 4, there are 32 sets of operands A, B, and M, illustrated as opA 432, opB 402, opM 404, and opA 406, respectively, that may be pipelined, instead of just calculating one set of operands at a time. The four pipeline adders 350A-D of FIG. 4 may be chained as illustrated as pipeline adders 350A-D. Each pipeline adder 350A-D of FIG. 4 is chained using shift/delay registers 452B, 452C, and 452D to shift and delay inputs of the operands M+B, B, and M, into each step. Shift register opA 410 is analogus to shift register 310 in FIG. 3.


Similar to the controller 314 of FIG. 3, an Adder Control Decode ROM 414 may perform logic used to apply select words 442A-D to pipeline adders 350A-D, respectively, to switch between adding 0, B, M, and M+B (shifted as necessary) at each step. Inputs to the ROM 414 that are used for switching the MUX 324 of the pipeline adders 350A-D include bits 7:4 of the intermediate result R and the lowest 4 bits of operands A, B, and M. It is noteworthy that since operand M is always odd, the LSB is always 1. For this reason, FIG. 4 only shows bits 3:1 being applied to the ROM 414. Also, bits 7:4 of the intermediate result R will be the lowest bits after 4 shifts are performed in the next iteration. This process is described by Intermediate Algorithm 2 in Table 4 below.


Table 4 below is an algorithm for describing a process for performing the loop unrolling technique, using a circuit illustrated the block diagram of FIG. 4.









TABLE 4





Intermediate Algorithm 2:

















int R = 0;



int S = B + M



for i = 0; i < n; i += 4 {



 if a0 == 0 then



  if r0 == 0 then



   R′ = R



  else



   R′ = (R + M)



 else



  if b0 == r0 then



   R′ = (R + B)



  else



   R′ = (R + S)



 if a1 == 0 then



  if r1 == r′1 then



   R′ = R′ + 2 * R



  else



   R′ = R′ + 2 * (R + M)



 else



  if r′1 == 0 and b0 == r1 then



   R′ = R′ + 2 * (R + B)



  else



   R′ = R′ + 2 * (R + S)



 if a2 == 0 then



  if r2 == r′2 then



   R′ = R′ + 4 * R



  else



   R′ = R′ + 4 * (R + M)



 else



  if r′2 == 0 and b0 == r2 then



   R′ = R′ + 4 * (R + B)



  else



   R′ = R′ + 4 * (R + S)



 if a3 == 0 then



  if r3 == R′3 then



   R′ = R′ + 8 * R



  else



   R′ = R′ + 8 * (R + M)



 else



  if r′3 == 0 and b0 == r3 then



   R′ = R′ + 8 * (R + B)



  else



   R′ = R′ + 8 * (R + S)



 A = A div 16



 R = R′ div 16



}



if R > M then



 R = R − M



return R









It is noteworthy that a batch of 32 results may be generated using about 16448 cycles for the processing of a batch of 32 sets of operands A, B, and M, using the unrolled pipeline architecture 400. This is about four times as fast about 65600 cycles that it might take to generate a batch of results from processing the same batch of 32 sets of operands A, B, and M using the reduced MMM architecture 300.


For simplicity, only four stages (A-D) are illustrated in the pipeline architecture 400 of FIG. 4. However, it may be appreciated that more or fewer stages may be used in hardware such as FPGA's for implementing the unrolled pipeline architecture 400, although a different control calculation may be used. For example, an unrolled pipeline architecture 400 may be implemented using 8, 16, 32, 64, 128, 256, 512, 1024, or more stages. The number of stages is not limited to powers of 2.


The corresponding structures, materials, acts, and equivalents of any means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present technology has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the present technology in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the present technology. Exemplary embodiments were chosen and described in order to best explain the principles of the present technology and its practical application, and to enable others of ordinary skill in the art to understand the present technology for various embodiments with various modifications as are suited to the particular use contemplated.


Aspects of the present technology are described above with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the present technology. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.


These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.


The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.


The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present technology. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.


In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular embodiments, procedures, techniques, etc. in order to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art with this disclosure before them that the present invention may be practiced in other embodiments that depart from these specific details.


Reference throughout this specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrases “in one embodiment” or “in an embodiment” or “according to one embodiment” (or other phrases having similar import) at various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. Furthermore, depending on the context of discussion herein, a singular term may include its plural forms and a plural term may include its singular form. Similarly, a hyphenated term (e.g., “co-located”) may be occasionally interchangeably used with its non-hyphenated version (e.g., “co-located”), a capitalized entry (e.g., “Software”) may be interchangeably used with its non-capitalized version (e.g., “software”), a plural term may be indicated with or without an apostrophe (e.g., PE's or PEs), and an italicized term (e.g., “N+1”) may be interchangeably used with its non-italicized version (e.g., “N+1”). Such occasional interchangeable uses shall not be considered inconsistent with each other.


The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a,” “an,” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.


It is noted at the outset that the terms “coupled,” “connected,” “connecting,” “electrically connected,” etc., are used interchangeably herein to generally refer to the condition of being electrically/electronically connected. Similarly, a first entity is considered to be in “communication” with a second entity (or entities) when the first entity electrically sends and/or receives (whether through wireline or wireless means) information signals (whether containing data information or non-data/control information) to the second entity regardless of the type (analog or digital) of those signals. It is further noted that various figures (including component diagrams) shown and discussed herein are for illustrative purpose only, and are not drawn to scale.


While specific embodiments of, and examples for, the system are described above for illustrative purposes, various equivalent modifications are possible within the scope of the system, as those skilled in the relevant art will recognize. For example, while processes or steps are presented in a given order, alternative embodiments may perform routines having steps in a different order, and some processes or steps may be deleted, moved, added, subdivided, combined, and/or modified to provide alternative or sub-combinations. Each of these processes or steps may be implemented in a variety of different ways. Also, while processes or steps are at times shown as being performed in series, these processes or steps may instead be performed in parallel, or may be performed at different times.


While various embodiments have been described above, it should be understood that they have been presented by way of example only, and not limitation. The descriptions are not intended to limit the scope of the invention to the particular forms set forth herein. To the contrary, the present descriptions are intended to cover such alternatives, modifications, and equivalents as may be included within the spirit and scope of the invention as defined by the appended claims and otherwise appreciated by one of ordinary skill in the art. Thus, the breadth and scope of a preferred embodiment should not be limited by any of the above-described exemplary embodiments.

Claims
  • 1. A hardware adder for performing Montgomery modular multiplication, the adder comprising: a first operand register for receiving a first operand, second operand register for receiving a second operand, a modulus register for receiving a modulus, and a sum register for receiving a sum of the second operand and the modulus;a first shift register configured for receiving the first operand from the first operand register and shifting the first operand;a second shift register configured to shift a result of a previous cycle;a multiplexer for selecting one of a zero, the modulus, the second operand, and the second operand and modulus sum, responsive to a predetermined bit of the second operand, a bit shifted out of the first shift register, and a predetermined non-least significant bit of the current result;an adder configured to receive a selection from the multiplexer and the shifted result of the previous cycle from the second shift register and output the current result; anda result accumulator to receive the current result from the adder and output the current result to the second shift register as a previous result and output the predetermined non-least significant bit to a controller;the controller including logic configured to: receive inputs including the predetermined bit of the second operand, the bit shifted out of the first shift register, and the predetermined non-least significant bit received from the current result output by the result accumulator; andprovide a MUX select word to the multiplexer based on the received inputs, the select word used for selecting one of zero, the modulus, the second operand, and the second operand and modulus sum,wherein the controller includes a lookup table.
  • 2. The hardware adder of claim 1, further comprising a second multiplexer for selecting one of the second shift register output and the second operand for output to the adder, the second multiplexer configured for initializing the sum register with the sum of the second operand and the modulus.
  • 3. The hardware adder of claim 1, wherein inputs of the lookup table include the bits received from the second operand, the shift register, and the result accumulator, and wherein outputs of the lookup table include MUX select words.
  • 4. The hardware adder of claim 3, wherein the lookup table is a matrix, the matrix columns comprising: a first column (“B”) representing second operand bit inputs, (“B”);a second column (“A”) representing first shift register bit inputs;a third column (“R”) representing result accumulator bit inputs; anda fourth column (“MUX”) representing two bit MUX select word outputs; and the matrix rows comprising:
  • 5. The hardware adder of claim 3, wherein the lookup table is a matrix, the matrix columns comprising: a first column (“B”) representing second operand bit inputs;a second column (“A”) representing first shift register bit inputs;a third column (“R”) representing result accumulator bit inputs; anda fourth column (“MUX select”) representing an operand selected using the MUX select word outputs; and
  • 6. A system for pipelining Montgomery modular multiplication, the system comprising: a first operand register for receiving a first operand, A;a second operand register for receiving a second operand, B;a modulus register for receiving a modulus, M;a sum register for receiving a sum of the second operand and the modulus sum M+B;a first shift register configured for receiving the received operand A and shifting out a plurality of bits of A;a second shift register configured to receive a result of a plurality of bits and output a shifted result;a plurality of pipeline adders chained together such that the first pipeline adder receives the shifted result from the second shift register, and each of a plurality of the subsequent pipeline adders receives a result of a previous pipeline adder, each pipeline adder comprising: a multiplexer for selecting one of a zero, M, B, and sum M+B, responsive to a plurality of bits selected from each of B, the first shift register, and the current result, andan adder configured to add the received result to the selection from the multiplexer and output a result to the next pipeline adder in the chain;a plurality of delay modules chained together, the first delay module configured to receive values including sum M+B, B, and M, and delay and shift the received values for output to a subsequent pipeline adder and delay module,each subsequent delay module configured to receive the delayed and shifted values from the previous delay module, and further delay and shift the received delayed and shifted values for output to a subsequent delay module; anda result accumulator configured to receive the result from the final pipeline adder in the chain, and output the current result to the second shift register.
  • 7. The system of claim 6, further comprising an adder control module including logic configured to receive a plurality of bits from M, a plurality of bits from B, the plurality of bits shifted out of the first register, and a plurality of bits from the result accumulator.
  • 8. The system of claim 7, wherein the chain of pipeline adders includes 4 pipeline adders and the plurality of bits received from M are bits 3:1, the plurality of bits received from B are bits 3:0, the plurality of bits received from the first shift register are bits 3:0 and the plurality of bits received from the result accumulator are bits 7:4.
  • 9. The system of claim 7, wherein the adder control module includes a plurality of lookup tables.
  • 10. The system of claim 9, wherein the lookup tables are stored in read only memory.
  • 11. A hardware circuit configured for performing a method of calculating a result of Montgomery modular multiplication, the hardware circuit including a multiplexer, a first and second shift register, an adder, and a plurality of registers, the method comprising: receiving operand A at a first register of the hardware circuit, operand B at a second register of the hardware circuit, and a modulus M at a third register of the hardware circuit, wherein A, B, and M are n-bit operands, and a0, b0, and m0 are least significant bits respectively;setting a result value R in a result register of the hardware circuit to 0;initializing a value of a loop counter i in an index register to 0;initializing an end of loop value to n;performing the following with the multiplexer, the adder, and the first and second shift registers: 1) if a0 equals 0 and r0 equals 0, then: dividing (R+0) by 2, andplacing the result of the division in the result register;2) if a0 equals 0 and r0 equals 1, then: dividing (R+M) by 2, andplacing the result of the division in the result register;3) if a0 equals 1 and b0 equals r0, then: dividing (R+B) by 2, andplacing the result of the division in the result register;4) if a0 equals 1 and b0 is not equal to r0, then: dividing (R+M+B) by 2, andplacing the result in the result register;5) dividing A by 2; and6) placing the result of the division of A by 2 in the first register;adding 1 to i and placing the result of the addition in the index register;if i is less than n, returning to step 1; andif R is greater than M then: subtracting M from R, andplacing the result in the result register.
  • 12. The hardware circuit of claim 11, wherein n is equal to a number of bits in the first register.
  • 13. The hardware circuit of claim 11, further comprising: using the multiplexer and adder to determine which of the addition steps to perform in steps 1-4; andusing the shift register to perform the division in steps 1-4.
  • 14. The hardware circuit of claim 11, further comprising using the hardware multiplexer and a lookup table in steps 1-4 to determine which of the addition steps to perform.
  • 15. The hardware circuit of claim 14, wherein the lookup table is a matrix, the matrix including columns comprising: a first column representing second operand bit inputs, (“B”);a second column representing first shift register bit inputs, (“A”);a third column representing result accumulator bit inputs, (“R”); anda forth column representing two bit MUX select word outputs (“MUX”); and the matrix including rows comprising:
  • 16. The hardware circuit of claim 11, wherein the hardware circuit is a field programmable gate array.
  • 17. A device for performing Montgomery modular multiplication, the device comprising: a first register for receiving a operand A, second register for receiving operand B, a third register for receiving a modulus M, wherein a0, b0, and m0 are least significant bits respectively;a sum register for receiving a sum M+B;a first shift register configured for receiving A from the first register and repeatedly shifting a0 of A out of the first shift register;a second shift register configured to shift a result R and output R div 2;a multiplexer for performing a selection of one of 0, M, B, and M+B based on a received select word;an adder configured to: receive the selection of one of 0, M, B, and M+B from the multiplexer,receive R div 2 from the second shift register, andadd R div 2 to the received selection;a result accumulator to receive a result of the addition from the adder as the result R and output the result R to the second shift register, wherein r1, r0 are two least significant bits of R; anda controller including: logic configured to receive b0, a0, and r1, and output a select word to the multiplexer; anda lookup table: inputs of the lookup table being the received b0, a0, and r1, andoutput of the lookup table being the select word.
  • 18. The device of claim 17, wherein the lookup table is a matrix, the matrix columns comprising: a first column (“B”) representing second operand bit inputs;a second column (“A”) representing first shift register bit inputs;a third column (“R”) representing result accumulator bit inputs; anda fourth column (“MUX”) representing two bit MUX select word outputs; and
US Referenced Citations (172)
Number Name Date Kind
5732390 Katayanagi et al. Mar 1998 A
6178435 Schmookler Jan 2001 B1
6745220 Hars Jun 2004 B1
6748412 Ruehle Jun 2004 B2
6910059 Lu et al. Jun 2005 B2
7712143 Comlekoglu May 2010 B2
7937270 Smaragdis et al. May 2011 B2
8515058 Gentry Aug 2013 B1
8565435 Gentry et al. Oct 2013 B2
8781967 Tehranchi et al. Jul 2014 B2
8832465 Gulati et al. Sep 2014 B2
9059855 Johnson et al. Jun 2015 B2
9094378 Yung et al. Jul 2015 B1
9189411 Mckeen et al. Nov 2015 B2
9215219 Krendelev et al. Dec 2015 B1
9288039 Monet et al. Mar 2016 B1
9491111 Roth et al. Nov 2016 B1
9503432 El Emam et al. Nov 2016 B2
9514317 Martin et al. Dec 2016 B2
9565020 Camenisch et al. Feb 2017 B1
9577829 Roth et al. Feb 2017 B1
9652609 Kang et al. May 2017 B2
9846787 Johnson et al. Dec 2017 B2
9852306 Cash et al. Dec 2017 B2
9942032 Kornaropoulos et al. Apr 2018 B1
9946810 Trepetin et al. Apr 2018 B1
9973334 Hibshoosh et al. May 2018 B2
10027486 Liu Jul 2018 B2
10055602 Deshpande et al. Aug 2018 B2
10073981 Arasu et al. Sep 2018 B2
10075288 Khedr et al. Sep 2018 B1
10129028 Kamakari et al. Nov 2018 B2
10148438 Evancich et al. Dec 2018 B2
10181049 El Defrawy et al. Jan 2019 B1
10210266 Antonopoulos et al. Feb 2019 B2
10235539 Ito et al. Mar 2019 B2
10255454 Kamara et al. Apr 2019 B2
10333715 Chu et al. Jun 2019 B2
10375042 Chaum Aug 2019 B2
10396984 French et al. Aug 2019 B2
10423806 Cerezo Sanchez Sep 2019 B2
10489604 Yoshino et al. Nov 2019 B2
10496631 Tschudin et al. Dec 2019 B2
10644876 Williams et al. May 2020 B2
10693627 Carr Jun 2020 B2
10721057 Carr Jul 2020 B2
10728018 Williams et al. Jul 2020 B2
20020032712 Miyasaka et al. Mar 2002 A1
20020104002 Nishizawa et al. Aug 2002 A1
20030037087 Rarick Feb 2003 A1
20030059041 MacKenzie et al. Mar 2003 A1
20040167952 Gueron Aug 2004 A1
20050008152 MacKenzie Jan 2005 A1
20050076024 Takatsuka et al. Apr 2005 A1
20050259817 Ramzan et al. Nov 2005 A1
20060008080 Higashi Jan 2006 A1
20060008081 Higashi Jan 2006 A1
20070053507 Smaragdis et al. Mar 2007 A1
20070095909 Chaum May 2007 A1
20070140479 Wang et al. Jun 2007 A1
20070143280 Wang et al. Jun 2007 A1
20090037504 Hussain Feb 2009 A1
20090083546 Staddon et al. Mar 2009 A1
20090193033 Ramzan et al. Jul 2009 A1
20090268908 Bikel et al. Oct 2009 A1
20090279694 Takahashi et al. Nov 2009 A1
20090287837 Felsher Nov 2009 A1
20100202606 Almeida Aug 2010 A1
20100205430 Chiou et al. Aug 2010 A1
20100241595 Felsher Sep 2010 A1
20110026781 Osadchy et al. Feb 2011 A1
20110107105 Hada May 2011 A1
20110110525 Gentry May 2011 A1
20110243320 Halevi et al. Oct 2011 A1
20110283099 Nath et al. Nov 2011 A1
20120039469 Mueller et al. Feb 2012 A1
20120054485 Tanaka et al. Mar 2012 A1
20120066510 Weinman Mar 2012 A1
20120201378 Nabeel et al. Aug 2012 A1
20120265794 Niel Oct 2012 A1
20120265797 Niel Oct 2012 A1
20130010950 Kerschbaum Jan 2013 A1
20130051551 El Aimani Feb 2013 A1
20130054665 Felch Feb 2013 A1
20130170640 Gentry Jul 2013 A1
20130191650 Balakrishnan et al. Jul 2013 A1
20130195267 Alessio et al. Aug 2013 A1
20130198526 Goto Aug 2013 A1
20130216044 Gentry et al. Aug 2013 A1
20130230168 Takenouchi Sep 2013 A1
20130246813 Mori et al. Sep 2013 A1
20130326224 Yavuz Dec 2013 A1
20130339722 Krendelev et al. Dec 2013 A1
20130339751 Sun et al. Dec 2013 A1
20130346741 Kim et al. Dec 2013 A1
20130346755 Nguyen et al. Dec 2013 A1
20140164758 Ramamurthy et al. Jun 2014 A1
20140189811 Taylor et al. Jul 2014 A1
20140233727 Rohloff et al. Aug 2014 A1
20140281511 Kaushik et al. Sep 2014 A1
20140355756 Iwamura et al. Dec 2014 A1
20150100785 Joye et al. Apr 2015 A1
20150100794 Joye et al. Apr 2015 A1
20150205967 Naedele et al. Jul 2015 A1
20150215123 Kipnis et al. Jul 2015 A1
20150227930 Quigley et al. Aug 2015 A1
20150229480 Joye et al. Aug 2015 A1
20150244517 Nita Aug 2015 A1
20150248458 Sakamoto Sep 2015 A1
20150304736 Lal et al. Oct 2015 A1
20150358152 Ikarashi et al. Dec 2015 A1
20160004874 Ioannidis et al. Jan 2016 A1
20160036826 Pogorelik et al. Feb 2016 A1
20160072623 Joye et al. Mar 2016 A1
20160105402 Kupwade-Patil et al. Apr 2016 A1
20160105414 Bringer et al. Apr 2016 A1
20160119346 Chen et al. Apr 2016 A1
20160140348 Nawaz et al. May 2016 A1
20160179945 Lastra Diaz et al. Jun 2016 A1
20160182222 Rane et al. Jun 2016 A1
20160323098 Bathen Nov 2016 A1
20160335450 Yoshino et al. Nov 2016 A1
20160344557 Chabanne et al. Nov 2016 A1
20160350648 Gilad-Bachrach et al. Dec 2016 A1
20170070340 Hibshoosh et al. Mar 2017 A1
20170070351 Yan Mar 2017 A1
20170099133 Gu et al. Apr 2017 A1
20170134158 Pasol et al. May 2017 A1
20170185776 Robinson et al. Jun 2017 A1
20170264426 Joye et al. Sep 2017 A1
20180091466 Friedman et al. Mar 2018 A1
20180139054 Chu et al. May 2018 A1
20180198601 Laine et al. Jul 2018 A1
20180204284 Cerezo Sanchez Jul 2018 A1
20180212751 Williams et al. Jul 2018 A1
20180212752 Williams et al. Jul 2018 A1
20180212753 Williams Jul 2018 A1
20180212754 Williams et al. Jul 2018 A1
20180212755 Williams et al. Jul 2018 A1
20180212756 Carr Jul 2018 A1
20180212757 Carr Jul 2018 A1
20180212758 Williams et al. Jul 2018 A1
20180212759 Williams et al. Jul 2018 A1
20180212775 Williams Jul 2018 A1
20180212933 Williams Jul 2018 A1
20180224882 Carr Aug 2018 A1
20180234254 Camenisch et al. Aug 2018 A1
20180267981 Sirdey et al. Sep 2018 A1
20180270046 Carr Sep 2018 A1
20180276417 Cerezo Sanchez Sep 2018 A1
20180343109 Koseki et al. Nov 2018 A1
20180349632 Bent et al. Dec 2018 A1
20180359097 Lindell Dec 2018 A1
20180373882 Veugen Dec 2018 A1
20190013950 Becker et al. Jan 2019 A1
20190042786 Williams et al. Feb 2019 A1
20190108350 Bohli et al. Apr 2019 A1
20190158272 Chopra et al. May 2019 A1
20190229887 Ding et al. Jul 2019 A1
20190238311 Zheng Aug 2019 A1
20190251553 Ma et al. Aug 2019 A1
20190251554 Ma et al. Aug 2019 A1
20190253235 Zhang et al. Aug 2019 A1
20190260585 Kawai et al. Aug 2019 A1
20190280880 Zhang et al. Sep 2019 A1
20190312728 Poeppelmann Oct 2019 A1
20190327078 Zhang et al. Oct 2019 A1
20190334716 Kocsis et al. Oct 2019 A1
20190349191 Soriente et al. Nov 2019 A1
20190371106 Kaye Dec 2019 A1
20200134200 Williams et al. Apr 2020 A1
20200204341 Williams et al. Jun 2020 A1
Foreign Referenced Citations (11)
Number Date Country
2873186 Mar 2018 EP
5680007 Mar 2015 JP
101386294 Apr 2014 KR
WO2014105160 Jul 2014 WO
WO2015094261 Jun 2015 WO
WO2016003833 Jan 2016 WO
WO2016018502 Feb 2016 WO
WO2018091084 May 2018 WO
WO2018136801 Jul 2018 WO
WO2018136804 Jul 2018 WO
WO2018136811 Jul 2018 WO
Non-Patent Literature Citations (25)
Entry
A. K. Panda and K. C. Ray, “FPGA Prototype of Low Latency BBS PRNG,” 2015 IEEE International Symposium on Nanoelectronic and Information Systems, pp. 118-123, 2015 (Year: 2015).
S. K. Sahu and M. Pradhan, “Implementation of Modular Multiplication for RSA Algorithm,” 2011 International Conference on Communication Systems and Network Technologies, pp. 112-114, 2011 (Year: 2011).
Petition to Insitute Derivation Proceeding Pursuant to 35 USC 135; Case No. DER2019-00009, U.S. Patent and Trademark Office Patent Trial and Appeal Board; Jul. 26, 2019, 272 pages. (2 PDFs).
SCAMP Working Paper L29/11, “A Woods Hole Proposal Using Striping,” Dec. 2011, 14 pages.
O'Hara, Michael James, “Shovel-ready Private Information Retrieval,” Dec. 2015, 4 pages.
Carr, Benjamin et al., “Proposed Laughing Owl,” NSA Technical Report, Jan. 5, 2016, 18 pages.
Williams, Ellison Anne et al., “Wideskies: Scalable Private Informaton Retrieval,” 14 pages.
Carr, Benjamin et al., “A Private Stream Search Technique,” NSA Technical Report, Dec. 1, 2015, 18 pages.
Drucker et al., “Paillier-encrypted databases with fast aggregated queries,” 2017 14th IEEE Annual Consumer Communications & Networking Conference (CCNC), Jan. 8-11, 2017, pp. 848-853.
Tu et al., “Processing Analytical Queries over Encrypted Data,” Proceedings of the VLDB Endowment, vol. 6, Issue No. 5, Mar. 13, 2013. pp. 289-300.
Boneh et al., “Private Database Queries Using Somewhat Homomorphic Encryption”, Cryptology ePrint Archive: Report 2013/422, Standford University [online], Jun. 27, 2013, [retrieved on Dec. 9, 2019], 22 pages.
Chen et al., “Efficient Multi-Key Homomorphic Encryption with Packed Ciphertexts with Application to Oblivious Neural Network Inference”, CCS '19 Proceedings of the 2019 ACM SIGSAC Conference on Computer and Communications Security, May 19, 2019. pp. 395-412.
Armknecht et al., “A Guide to Fully Homomorphic Encryption” IACR Cryptology ePrint Archive: Report 2015/1192 [online], Dec. 14, 2015, 35 pages.
Bayar et al., “A Deep Learning Approach to Universal Image Manipulation Detection Using a New Convolutional Layer”, IH&MMSec 2016, Jun. 20-22, 2016. pp. 5-10.
Juvekar et al. “Gazelle: A Low Latency Framework for Secure Neural Network Inference”, 27th USENIX Security Symposium, Aug. 15-17, 2018. pp. 1650-1668.
Bösch et al., “SOFIR: Securely Outsourced Forensic Recognition,” 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP), IEEE 978-1-4799-2893-4/14, 2014, pp. 2713-2717.
Waziri et al., “Big Data Analytics and Data Security in the Cloud via Fullly Homomorphic Encryption,” World Academy of Science, Engineering and Technology International Journal of Computer, Electrical, Automation, Control and Information Engineering, vol. 9, No. 3, 2015, pp. 744-753.
Bajpai et al., “A Fully Homomorphic Encryption Implementation on Cloud Computing,” International Journal of Information & Computation Technology, ISSN 0974-2239 vol. 4, No. 8, 2014, pp. 811-816.
Viejo et al., “Asymmetric homomorphisms for secure aggregation in heterogeneous scenarios,” Information Fusion 13, Elsevier B.V., Mar. 21, 2011, pp. 285-295.
Patil et al, “Big Data Privacy Using Fully Homomorphic Non-Deterministic Encryption,” IEEE 7th International Advance Computing Conference, Jan. 5-7, 2017, 15 pages.
“International Search Report” and “Written Opinion of the International Searching Authority,” Patent Cooperation Treaty Application No. PCT/US2018/014535, dated Apr. 19, 2018, 9 pages.
“International Search Report” and “Written Opinion of the International Searching Authority,” Patent Cooperation Treaty Application No. PCT/US2018/014530, dated Apr. 23, 2018, 7 pages.
“International Search Report” and “Written Opinion of the International Searching Authority,” Patent Cooperation Treaty Application No. PCT/US2018/014551, dated Apr. 24, 2018, 8 pages.
Drucker et al., “Achieving trustworthy Homomorphic Encryption by combining it with a Trusted Execution Environment,” Journal of Wireless Mobile Networks, Ubiquitous Computing, and Dependable Application (JoWUA), Mar. 2018, pp. 86-99.
Google Scholar, search results for “trusted execution environment database”, 2 pages, Aug. 1, 2020.
Related Publications (1)
Number Date Country
20200150930 A1 May 2020 US