US20070271323A1 - Compound galois field engine and galois field divider and square root engine and method - Google Patents

Compound galois field engine and galois field divider and square root engine and method Download PDF

Info

Publication number
US20070271323A1
US20070271323A1 US11/888,782 US88878207A US2007271323A1 US 20070271323 A1 US20070271323 A1 US 20070271323A1 US 88878207 A US88878207 A US 88878207A US 2007271323 A1 US2007271323 A1 US 2007271323A1
Authority
US
United States
Prior art keywords
galois field
polynomial
engine
square root
multiplier
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/888,782
Inventor
Yosef Stein
Joshua Kablotsky
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Analog Devices Inc
Original Assignee
Yosef Stein
Kablotsky Joshua A
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yosef Stein, Kablotsky Joshua A filed Critical Yosef Stein
Priority to US11/888,782 priority Critical patent/US20070271323A1/en
Publication of US20070271323A1 publication Critical patent/US20070271323A1/en
Assigned to ANALOG DEVICES, INC. reassignment ANALOG DEVICES, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KABLOTSKY, JOSHUA A., STEIN, YOSEF
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/40Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using contact-making devices, e.g. electromagnetic relay
    • G06F7/44Multiplying; Dividing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/60Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers
    • G06F7/72Methods or arrangements for performing computations using a digital non-denominational number representation, i.e. number representation without radix; Computing devices using combinations of denominational and non-denominational quantity representations, e.g. using difunction pulse trains, STEELE computers, phase computers using residue arithmetic
    • G06F7/724Finite field arithmetic
    • G06F7/726Inversion; Reciprocal calculation; Division of elements of a finite field
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2207/00Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F2207/552Indexing scheme relating to groups G06F7/552 - G06F7/5525
    • G06F2207/5523Calculates a power, e.g. the square, of a number or a function, e.g. polynomials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/544Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
    • G06F7/552Powers or roots, e.g. Pythagorean sums

Definitions

  • the invention also features a Galois field square root method including inputting a Galois field element to a Galois field square root generator to obtain an output and squaring in the Galois field square root generator the output of the Galois field square root generator for predicting the modulo remainder of the square of the polynomial product of an irreducible polynomial m ⁇ 1 times where m is the degree of the Galois field to obtain the square root of the Galois field element in (m ⁇ 1) cycles.
  • FIG. 5 is a simplified schematic diagram of the Galois field linear transformer circuit of FIGS. 3 and 9 illustrating the programming of the matrix section and unity matrix section cells according to the invention for a particular polynomial of power eight;
  • FIG. 23 is a schematic illustration of the pattern of enabled cells of a compound Galois field linear engine for performing a succession of Galois field linear transforms on a succession of polynomial inputs as shown in FIG. 22 to obtain an ultimate output e.g. square root according to the more general feature of this invention;
  • Galois field transformers and multipliers Before disclosing the compound Galois field engine and the divisor engine and method of this invention an explanation of Galois field transformers and multipliers is presented for a better understanding.
  • c(x) (a 3 x 3 +a 2 x 2 +a 1 x 1 +a 0 )*(b 3 x 3 +b 2 x 3 +b 1 x 1 +b 0 )
  • c(x) c 6 x 6 +c 5 x 5 +c 4 x 4 +c 3 x 3 +c 2 x 2 +c 1 x 1 +c 0
  • c 0 a 0 * b 0
  • c 1 a 1 * b 0 ⁇ a 0 * b 1
  • c 2 a 2 * b 0 ⁇ a 1 * b 1 ⁇ a 0 * b 2
  • c 3 a 3 * b 0 ⁇ a 2 * b 1 ⁇ a 1 * b 2 ⁇ a 0 * b 3
  • the number of cells 24 b per row, FIG. 3 , of matrix 22 b of Galois field linear transformer circuit 20 b in engine 10 b maybe reduced by nearly half, by configuring matrix 22 b into two matrix sections, a matrix section 50 and a unity matrix section 52 .
  • the unity matrix section requires only one set of cells 54 wherein these unity matrix section cells represent the prediction of the remainder when the output of the multiplier circuit is a polynomial with a power less than the power of the irreducible polynomial.
  • the irreducible polynomial has a power of eight any polynomial of less than eight will not exceed the modulo and will be passed right through the matrix, thus the absent cells in unity matrix section 52 are unnecessary. This saves nearly half of the cells required for the matrix 22 b resulting in a smaller, simpler and faster engine.
  • the lack of an enabling signal on line 106 simply passes the input on line 110 through the exclusive OR gate 102 to output line 108 .
  • An enabling signal on line 106 enables cell 24 . In this manner the entire matrix maybe reconfigured for any particular irreducible polynomial.
  • the unity matrix section can be replaced with a sparse matrix section 52 f , FIG. 8 , wherein additional lines of enabled cells 54 ff , 54 fff , 54 ffff , can be employed to support polynomials of power seven, six and five respectively. But it is somewhat less of a reduction in the size of the matrix and required number of cells.
  • multiplier input selection circuit 62 to deliver the polynomial from B register 14 g to polynomial multiplier circuit 18 g and instructs adder input selection circuit 64 to feed back the output on line 60 of Galois field linear transformer circuit 20 g.
  • a and B registers were each operates on a different 8 bit (Byte) segment , or each can be serviced by its own reconfigurable control unit 80 h , 80 i , 80 j , 80 k . . . 80 n and each by its own pair of A and B registers A 0 , and B 0 12 h , and 14 h ; A 1 and, B 1 , 12 i , and 14 i ; A 2 and B 2 , 12 j and 14 j , A 3 and B 3 12 k and 14 k and so on.
  • a polynomial multiplier circuit 181 , FIG. 11 , usable in the embodiment shown herein to provide an output c 0 -c 14 includes a plurality of AND gates 120 which combined with exclusive OR gates 122 can multiply any pair of polynomials from A register 121 and B register 141 e.g., polynomials a 0 -a 7 , polynomials b 0 -b 7 as illustrated in the table 124 FIG. 12 .
  • Galois field divider engine 150 including a Galois field reciprocal generator 155 having a Galois field multiplier 152 and a second Galois field multiplier 154 for performing a squaring function.
  • Galois field multiplier 152 receives a 1 and ⁇ k and multiplies them together. The output is then squared in Galois field multiplier 154 and fed back to Galois field multiplier 152 .
  • a squaring function is performed and the output is fed back to an input 178 of input selection circuit 171 .
  • This iteration occurs m ⁇ 2 times where m is the degree of the Galois field.
  • input selection circuit 171 introduces the dividend ⁇ 1 to Galois field multiplier 152 a because at that time the value at output 178 is the reciprocal 1/ ⁇ k .
  • ⁇ 1 the dividend, times 1/ ⁇ k , the divisor, the result is ⁇ 1 is divided by ⁇ k to obtain the quotient of the Galois field division at 180 .
  • Galois field multiplier 156 b Galois field multiplier 154 b which effects the squaring function can be reduced in size by one half shown by the reduction by one half of the matrix section 168 b and unity section 170 b . Also, now since the function has turned into a simple input as shown in column 184 , FIG. 15 , two separate inputs are not required and so the polynomial multiplier 164 is no longer needed.
  • Galois field transformers 156 c and 166 c are implemented identically.
  • the shaded circles indicate the enabled exclusive OR gate cells in each of the transformers.
  • the programming is accomplished by the codes in column 190 and is the same for both transformers 156 c and 166 c .
  • Transformer 156 c receives the inputs c 0 -c 14 and provides the outputs A 0 -A 7 . These form the inputs with the zeros of A 0 -A 7 of Galois field linear transformer 166 c whose final outputs are B 0 -B 7 .
  • FIG. 18 stays the same as do all of the programming instructions in the column 190 d , but Galois field linear transformer 166 d has had every other column, the zero columns, eliminated, resulting in the structure shown in FIG. 16 .
  • Galois field divider engine 154 b has no polynomial multiplier in the second Galois field transformer 166 b , a single matrix or transformer can be constructed which delivers the output B 0 -B 7 directly from c 0 -c 14 without the interim A 0 -A 7 terms, in one cycle and using a single linear transformer 200 , FIG. 19 .
  • Transformer 200 has been programmed to have the combination of exclusive OR cells indicated by the shaded circles enabled in order to perform both of the Galois field linear transforms in one Galois field linear transformer and in one operation.
  • Galois field linear transformer 200 the inputs c 0 -c 14 are directly transformed by Galois field linear transformer 200 to the ultimate outputs B 0 -B 7 .
  • the compounding which reduces the two matrices 156 d and 166 d , FIG. 18 , to the single matrix Galois field linear transformer 200 in FIG. 19 can be seen by a simple illustration using B 7 , FIG. 18 , which can be seen as equivalent to the exclusive ORs A 7 , A 6 , and A 5 , as shown in Galois field linear transformer 166 d .
  • Galois field linear transformer 156 d where the backslash indicates a cancellation of a term because it is duplicated
  • a 6 is equal to c 9 , c 6 ,
  • a 7 is equal to, and c 7 ,
  • FIG. 19 B 7 can be seen to include the exclusive OR combination of c 14 , c 13 , c 12 , c 9 , c 8 , c 7 , c 6 , and c 5 .
  • FIG. 20 One implementation of such a compounded Galois field divider engine 202 is shown in FIG. 20 where Galois field linear transform, matrix 200 of FIG.
  • Galois field reciprocal generator 205 has been implemented by a single, compound Galois field linear transformer 200 .
  • Input selection unit 206 is capable of performing multiply-add (MPA), multiply-accumulate (MAC), and multiply (MPY).
  • Input selection unit 208 functions similarly and provides to Galois field linear transformer 200 the adder input as previously explained.
  • Program sequencer 210 provides the mapping of the control flip-flops 212 which enable and disable the matrix of cells including the exclusive OR gates.
  • the program sequencer can program the GFLT matrix 200 as a compound multiplier performing (GF_MPY( ⁇ , ⁇ )) 2 in one cycle for division ,as a Galois field multiplier for multiplication, as a multiply and accumulate for multiply and accumulation and as a multiply-add for the multiply-add function.
  • the GFLT is programmed as a compound multiplier performing (GF_MPY( ⁇ , ⁇ ) 2 , a 1 is provided at input 214 and ⁇ k at input 216 .
  • the output 180 is fed back on input 214 while ⁇ k remains on input 216 .
  • the input at 214 is now the reciprocal of ⁇ k .
  • the invention has focused on a Galois field divider engine and method and to the ability to reduce that engine in size by first reducing the size of one of the Galois field linear transformers and eliminating one of the polynomial multipliers and then by combining the functions of the two linear transformers so that a succession of Galois field linear transforms on a succession of polynomial inputs is performed to obtain the ultimate output (quotient) as shown in FIGS. 19 and 20 .
  • this is not a necessary limitation of the invention, that is it is not limited to merely division.
  • a compound Galois field engine may perform any succession of Galois field linear transforms on a succession of polynomial inputs to obtain an ultimate output where each input, except the first, is the output of the previous Galois field linear transform. That is in one transform it can immediately predict the modulo remainder of the succession of Galois field linear transforms of an irreducible Galois field polynomial to obtain the ultimate output of the Galois field linear transform directly from the first input.
  • FIG. 22 a compound Galois field engine 300 according to this invention that performs (m ⁇ 1) successive Galois field linear transforms 302 , 304 . . . 306 wherein a first input f, 308 is submitted to Galois field transformer 302 and then the transformed output becomes the input to the next Galois field linear transformer 304 , whose output becomes the input to the next Galois field linear transformer, and so on, until it reaches the final transformer 306 as in this case, the ⁇ square root over ( ⁇ ) ⁇ output.
  • the Galois field linear transformers as shown in 310 FIG. 23 , the (m ⁇ 1) transformers of FIG.
  • the initial input ⁇ can be transformed in a single operation by the compound Galois field linear transformer square root engine 330 to provide in one iteration, the ⁇ square root over ( ⁇ ) ⁇ output.

Abstract

A Galois field divider engine and method inputs a 1 and a first Galois field element to a Galois field reciprocal generator to obtain an output, multiplies in a Galois field reciprocal generator a first Galois field element by a first element of the Galois field reciprocal generator for predicting the modulo remainder of the square of the polynomial product of an irreducible polynomial m−2 times where m is the degree of the Galois field to obtain the reciprocal of the first Galois field element, and multiplying in the Galois field reciprocal engine the reciprocal of the first Galois field element by a second Galois field element for predicting the modulo remainder of the polynomial product for an irreducible polynomial to obtain the quotient of the two Galois field elements in m cycles; in a broader sense the invention includes a compound Galois field engine for performing a succession of Galois field linear transforms on a succession of polynomial inputs to obtain an ultimate output where each input except the first is the output of the previous Galois field linear transform; Galois field square root is achieved by inputting a Galois field element to a Galois field square root generator to obtain an output which is squared in the Galois field square root generator to predict the modulo remainder of the square of the polynomial product of an irreducible polynomial m−1 times where m is the degree of the Galois field to obtain the square root of the Galois field to obtain the square root of the Galois field element in (m−1) cycles.

Description

    RELATED APPLICATIONS
  • This application is a divisional application of U.S. patent application Ser. No. 10/440,330 filed May 16, 2003 which is hereby incorporated herein by reference and to which this application claims priority, and claims priority of U.S. Provisional application to Stein et al. entitled A COMPACT GALOIS FIELD MULTIPLIER, filed Oct. 9, 2002 (AD-337J), U.S. Provisional application Ser. No. 60/334,662, filed Nov. 30, 2001 to Stein et al., entitled GF2-ALU (AD-239J); U.S. Provisional application Ser. No. 60/334,510 filed Nov. 20, 2001 to Stein et al., entitled PARALLEL GALOIS FIELD MULTIPLIER (AD-240J); U.S. Provisional application Ser. No. 60/341,635, filed Dec. 18, 2001 to Stein et al., entitled GALOIS FIELD MULTIPLY ADD (MPA) USING GF2-ALU (AD-299J); U.S. Provisional application Ser. No. 60/341,737, filed Dec. 18, 2001, to Stein et al., entitled PROGRAMMABLE GF2-ALU LINEAR FEEDBACK SHIFT REGISTER—INCOMING DATA SELECTION (AD-300J). This application further claims priority of U.S. patent application Ser. No. 10/395,620 filed Mar. 24, 2003 to Stein et al., entitled COMPACT GALOIS FIELD MULTIPLIER ENGINE (AD-337J); U.S. patent application Ser. No. 10/051,533 filed Jan. 18, 2002 to Stein et al., entitled GALOIS FIELD LINEAR TRANSFORMERER (AD-239J); U.S. patent application Ser. No. 10/060,699 filed Jan. 30, 2002 to Stein et al., entitled GALOIS FIELD MULTIPLIER SYSTEM (AD-240J); U.S. patent application Ser. No. 10/228,526 filed Aug. 26, 2002 to Stein et al., entitled GALOIS FIELD MULTIPLY/MULTIPLY—ADD/MULTIPLY ACCUMULATE (AD-299J); and U.S. patent application Ser. No. 10/136,170, filed May 1, 2002 to Stein et al., entitled RECONFIGURABLE INPUT GALOIS FIELD LINEAR TRANSFORMERER SYSTEM (AD-300J).
  • FIELD OF THE INVENTION
  • This invention relates to a Galois field divider engine and method and more generally to a compound Galois field engine for performing a succession of Galois field transforms in one transform operation.
  • BACKGROUND OF THE INVENTION
  • In certain applications such as encryption and error control coding, it is necessary to perform arithmetic operations, e.g., add, subtract, square root, multiply, and divide over Galois fields. Any such operation between any two members in a Galois field will result in an output (sum, difference, square root, product, quotient) which is another value in the same Galois field. The number of elements in a Galois field is 2m where m is the degree of the field. For example, GF(24) would have sixteen different elements in it; GF(28) would have 256. A Galois field is generated from an irreducible polynomial in a particular power. Each Galois field of a particular degree will have a number of irreducible polynomials form each of which may be devised a different field using the same terms but in a different order.
  • Division over a Galois field is done by multiplying the dividend by the reciprocal of the divisor. This divisor reciprocal can be generated in a number of ways. One way is to have a stored look-up table of reciprocals where the divisor is the address for the table. One problem with this approach is that for each field of each irreducible polynomial there must be stored a separate table. In addition, the tables can only be accessed in serial: if parallel operations are required a copy of each table must be provided for each parallel operation. Another approach is to multiply each of the stored Galois field elements by the particular divisor. The value that produces a product of one is then the reciprocal of the particular divisor. Once again all of the values have to be stored and in multiple copies if parallel operation is contemplated. And, a Galois field multiplier is required just to accomplish the retrieval. A third approach uses two linear feedback shift registers (LFSR) each configured to generate a selected Galois field of a particular irreducible polynomial. The first is initialized to the divisor; the second is initialized to “1”. Starting from the divisor value the two are clocked synchronously. When the product of the first LFSR equals “1” the divisor has been multiplied by its reciprocal. The product of the second LFSR at that moment is the Galois field element that is the reciprocal of the divisor. One problem with this approach is that for each Galois field of each irreducible polynomial for each degree a different pair of LFSRs is required. In both, the second look-up table approach, above, and the LFSR approach the search for the reciprocal requires up to 2 m−1 iterations.
  • BRIEF SUMMARY OF THE INVENTION
  • It is therefore an object of this invention to provide an improved Galois field divider engine and method.
  • It is a further object of this invention to provide such an improved Galois field divider engine which can complete the search for the divisor reciprocal in m−1 iterations.
  • It is a further object of this invention to provide such an improved Galois field divider engine which can be easily reconfigured to accommodate different irreducible polynomial Galois fields of different degrees.
  • It is a further object of this invention to provide such an improved Galois field divider engine which can function to generate both the divisor reciprocal and multiply it by the dividend.
  • It is a further object of this invention to provide such an improved Galois field divider engine which requires less power and less area.
  • It is a further object of this invention to provide more generally an improved, compound Galois field engine for performing a succession of Galois field transforms in one transform operation.
  • The invention results from the realization that such an improved Galois field division engine and method which is smaller, faster, and more efficient can be achieved with a Galois field reciprocal generator and an input selection circuit for initially inputting a 1 and a first Galois field element to the Galois field reciprocal generator to obtain an output, subsequently multiplying in the Galois field reciprocal generator a first Galois field element by the output of the Galois field reciprocal generator for predicting the modulo remainder of the square of the polynomial product of an irreducible polynomial m−2 times where m is the degree of the Galois field, to obtain the reciprocal of the first Galois field element and multiplying in the Galois field reciprocal engine the reciprocal of the first Galois field element by a second Galois field element for predicting the modulo reminder of the polynomial product for an irreducible polynomial to obtain the quotient of the two Galois field elements in m cycles.
  • It was also realized, more generally, that an improved compound Galois field engine for performing a succession of Galois field linear transforms on a succession of polynomial inputs to obtain an ultimate output where each input, except the first, is the output of the previous Galois field linear transform can be accomplished with an input circuit for providing a first input and a Galois field linear transformer having a matrix of cells responsive to the first input and configured to, in one transform, immediately predict the modulo remainder of the succession of Galois field linear transforms of an irreducible Galois field polynomial to obtain the ultimate output of the Galois field linear transform directly from the first input.
  • This invention features a Galois field divider engine including a Galois field reciprocal generator and an input selection circuit for initially inputting a 1 and a first Galois field element to the Galois field reciprocal generator to obtain an output, subsequently multiplying in the Galois field reciprocal generator a first Galois field element by the output of the Galois field reciprocal generator for predicting the modulo remainder of the square of the polynomial product of an irreducible polynomial m−2 times, where m is the degree of the Galois field, to obtain the reciprocal of the first Galois field element and multiplying in the Galois field reciprocal engine the reciprocal of the first Galois field element by a second Galois field element for predicting the modulo remainder of the polynomial product, for an irreducible polynomial to obtain the quotient of the two Galois field elements in m cycles.
  • In a preferred embodiment, the reciprocal generator may include first and second Galois field multipliers. The first Galois field multiplier may include a first polynomial multiplier circuit and a first Galois field linear transformer. The first Galois field linear transformer may include a matrix of cells. The first Galois field linear transform may include a matrix section and a unity matrix section. The second Galois field multiplier may include a second polynomial multiplier circuit and a second Galois field linear transformer. The second Galois field linear transformer may include a matrix of cells. The second Galois field linear transformer matrix of cells may include a matrix section and a unity matrix section. The output of the first Galois field multiplier may be fed to both multiply inputs of the second Galois field linear multiplier to provide the square of that output. The Galois field reciprocal generator may include a Galois field multiplier including a first polynomial multiplier and a first Galois field transformer and a second Galois field transformer for calculating the square of the first Galois field multiplier output. The second Galois field transformer may be approximately one half the size of the first Galois field transformer. The first and second Galois field transformers each may include a matrix of cells and the second Galois field transformer may include approximately one half the number of cells of the first Galois field transformer. The Galois field reciprocal engine may include a Galois field multiplier and a program circuit for programming the Galois field multiplier to perform a compound multiply-square operation for m−2 times followed by a multiply operation.
  • The invention also features in a broader sense a compound Galois field engine for performing a succession of Galois field linear transforms on a succession of polynomial inputs to obtain an ultimate output where each input except the first is the output of the previous Galois field linear transform. There is an input circuit for providing a first input and a Galois field linear transformer having a matrix of cells responsive to the first input and configured to, in one transform, immediately predict the modulo remainder of the succession of Galois field linear transforms of an irreducible Galois field polynomial to obtain the ultimate output of the Galois field linear transform directly from the first input.
  • This invention also features a method of Galois field division including initially inputting a 1 and a first Galois field element to a Galois field reciprocal generator to obtain an output, multiplying in the Galois field reciprocal generator a first Galois field element by the output of the Galois field reciprocal generator for predicting the modulo remainder of the square of the polynomial product of an irreducible polynomial m−2 times where m is the degree of the Galois field to obtain the reciprocal of the first Galois field element, and multiplying in the Galois field reciprocal engine the reciprocal of the first Galois field element by a second Galois field element for predicting the modulo remainder of the polynomial product for an irreducible polynomial to obtain the quotient of the two Galois field elements in m cycles.
  • This invention also features a Galois field square root engine including a Galois field square root generator and an input circuit for inputting a Galois field element to the Galois field square root generator to obtain the square root of the Galois field elements in one cycle.
  • In a preferred embodiment, the Galois field square root engine may include a Galois field multiplier, and a program circuit for programming the Galois field multiplier to perform a compound square operation of m-l times in one cycle.
  • The invention also features a Galois field square root method including inputting a Galois field element to a Galois field square root generator to obtain an output and squaring in the Galois field square root generator the output of the Galois field square root generator for predicting the modulo remainder of the square of the polynomial product of an irreducible polynomial m−1 times where m is the degree of the Galois field to obtain the square root of the Galois field element in (m−1) cycles.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Other objects, features and advantages will occur to those skilled in the art from the following description of a preferred embodiment and the accompanying drawings, in which:
  • FIG. 1 is a functional block diagram of a compact Galois field multiplier engine according to the invention;
  • FIG. 2 is a more detailed functional block diagram of a conventional Galois field multiplier engine according to the invention;
  • FIG. 3 is a more detailed functional block diagram of the compact Galois field multiplier engine of FIG. 1 displaying the reduced size Galois field linear transformer unity matrix feature of the invention;
  • FIG. 4 is a schematic of a typical programmable X-OR circuit cell for the matrix of the Galois field linear transformer circuit of FIGS. 2 and 3;
  • FIG. 5 is a simplified schematic diagram of the Galois field linear transformer circuit of FIGS. 3 and 9 illustrating the programming of the matrix section and unity matrix section cells according to the invention for a particular polynomial of power eight;
  • FIG. 6 is a simplified schematic diagram of the Galois field linear transformer circuit of FIGS. 3 and 9 illustrating the programming of the matrix section and unity matrix section cells according to the invention for another polynomial of power eight;
  • FIG. 7 is a simplified schematic diagram of the Galois field linear transformer circuit of FIGS. 3 and 9 illustrating the programming of the matrix section and unity matrix section cells according to the invention for yet another polynomial of power four;
  • FIG. 8 is a simplified schematic diagram of the Galois field linear transformer circuit of FIGS. 3 and 9 illustrating the programming of a second matrix section as a sparse matrix for supporting polynomial powers between half (4) powers and full (8) powers in this particular embodiment;
  • FIG. 9 is a more detailed block diagram of a compact Galois field multiplier engine of FIG. 1 incorporating both the reduced size matrix and the reduced hardware and localized bus features of the invention;
  • FIG. 10 is a block diagram of Galois field multiplier engine according to the invention employing a number of Galois field linear transformer units;
  • FIG. 11 is a schematic view of a polynomial multiplier usable in FIGS. 2, 3, 5 and 9;
  • FIG. 12 is an illustration the transfer function for the polynomial multiplier of FIG. 11;
  • FIG. 13 is a simplified schematic block diagram of a divider engine according to this invention;
  • FIG. 14 is a more detailed view of the Galois field multiplier and squarer of FIG. 13;
  • FIG. 15 is a chart of the reduced transfer function values for the polynomial multiplier of FIG. 12;
  • FIG. 16 is a view of a Galois field multiplier and squarer similar to that of FIG. 14 implementing the reduced transfer function of FIG. 15;
  • FIG. 17 is a schematic illustration of the pattern of enabled cells of the Galois field linear transformer of FIG. 14;
  • FIG. 18 is a schematic illustration of the pattern of enabled cells of the Galois field linear transformer of FIG. 16 utilizing the reduced transfer function;
  • FIG. 19 is a schematic illustration of the pattern of enabled cells of a compound Galois linear engine for compound Galois field engine for performing a succession of Galois field linear transforms on a succession of polynomial inputs to obtain an ultimate output e.g. division according to a more general feature of this invention;
  • FIG. 20 is a simplified schematic diagram of a compound Galois field engine utilizing the Galois field transform illustrated in FIG. 19;
  • FIG. 21 is a flow chart of the Galois field divider method according to this invention;
  • FIG. 22 is a schematic block diagram of a square root engine according to this invention;
  • FIG. 23 is a schematic illustration of the pattern of enabled cells of a compound Galois field linear engine for performing a succession of Galois field linear transforms on a succession of polynomial inputs as shown in FIG. 22 to obtain an ultimate output e.g. square root according to the more general feature of this invention;
  • FIG. 24 is a flow chart of the Galois field square root method according to this invention; and
  • FIG. 25 is a simplified block diagram of a compound Galois field engine according to this invention.
  • DISCLOSURE OF THE PREFERRED EMBODIMENT
  • Aside from the preferred embodiment or embodiments disclosed below, this invention is capable of other embodiments and of being practiced or being carried out in various ways. Thus, it is to be understood that the invention is not limited in its application to the details of construction and the arrangements of components set forth in the following description or illustrated in the drawings.
  • Before disclosing the compound Galois field engine and the divisor engine and method of this invention an explanation of Galois field transformers and multipliers is presented for a better understanding.
  • A Galois field GF(n) is a set of elements on which two binary operations can be performed. Addition and multiplication must satisfy the commutative, associative and distributive laws. A field with a finite number of elements is a finite field. An example of a binary field is the set {0, 1} under modulo 2 addition and modulo 2 multiplication and is denoted GF(2). The modulo 2 addition and multiplication operations are defined by the tables shown in the following illustration. The first row and the first column indicate the inputs to the Galois field adder and multiplier. For e.g. 1+1=0 and 1*1=1.
    Modulo 2 Addition (XOR)
    + 0 1
    0 0 1
    1 1 0
  • Modulo 2 Multiplication (AND)
    * 0 1
    0 0 0
    1 0 1
  • In general, if p is any prime number then it can be shown that GF(p) is a finite field with p elements and that GF(pm) is an extension field with pm elements. In addition, the various elements of the field can be generated as various powers of one field element, β, by raising it to different powers. For example GF(256) has 256 elements which can all be generated by raising the primitive element, β, to the 256 different powers.
  • In addition, polynomials whose coefficients are binary belong to GF(2). A polynomial over GF(2) of degree m is said to be irreducible if it is not divisible by any polynomial over GF(2) of degree less than m but greater than zero. The polynomial F(X)=X2+X+1 is an irreducible polynomial as it is not divisible by either X or X+1. An irreducible polynomial of degree m which divides X2 m1+1, is known as a primitive polynomial. For a given m, there may be more than one primitive polynomial. An example of a primitive polynomial for m=8, which is often used in most communication standards is F(X)=0×11=x8+x4+x3+x2+1.
  • Galois field addition is easy to implement in software, as it is the same as modulo addition. For example, if 29 and 16 are two elements in GF(28) then their addition is done simply as an XOR operation as follows: 29 (11101)⊕ 16(10000)=13(01101).
  • Galois field multiplication on the other hand is a bit more complicated as shown by the following example, which computes all the elements of GF(24), by repeated multiplication of the primitive element β. To generate the field elements for GF(24) a primitive polynomial G(x) of degree m=4 is chosen as follows G(x)=X4+X+1. In order to make the multiplication be modulo so that the results of the multiplication are still elements of the field, any element that has the fifth bit set is brought into a 4-bit result using the following identity F(β)=β4+β+1=0. This identity is used repeatedly to form the different elements of the field, by setting β4=1+β. Thus the elements of the field can be enumerated as follows:
    {0, 1, β, β2β3, 1+β, β+β2, β23, 1+β+β3, . . . 13,}
    since β is the primitive element for GF(24) it can be set to 2 to generate the field elements of GF(24) as {0,1,2,4,8,3,6,12,11 . . . 9}.
  • It can be seen that Galois field polynomial multiplication can be implemented in two basic steps. The first is a calculation of the polynomial product c(x)=a(x)*b(x) which is algebraically expanded, and like powers are collected (addition corresponds to an XOR operation between the corresponding terms) to give c(x). For example c(x)=(a3x3+a2x2+a1x1+a0)*(b3x3+b2x3+b1x1+b0) c(x)=c6x6+c5x5+c4x4+c3x3+c2x2+c1x1+c0 where: c 0 = a 0 * b 0 c 1 = a 1 * b 0 a 0 * b 1 c 2 = a 2 * b 0 a 1 * b 1 a 0 * b 2 c 3 = a 3 * b 0 a 2 * b 1 a 1 * b 2 a 0 * b 3 c 4 = a 3 * b 1 a 2 * b 2 a 1 * b 3 c 5 = a 3 * b 2 a 2 * b 3 c 6 = a 3 * b 3
  • The second is the calculation of d(x)=c(x) modulo p(x).
  • To illustrate, multiplications are performed with the multiplication of polynomials modulo an irreducible polynomial. For example: (if m(x) =x8+x4+x3+x+1)
  • {57}*{83}={c1} because, ( x 6 + x 4 + x 2 x + 1 ) + ( x 7 + x + 1 ) = x 13 x 11 x 9 x 8 x 7 x 7 x 5 x 3 x 2 x x 6 x 4 x 2 x x = x 13 x 11 x 9 x 8 x 6 x 5 x 4 x 3 1 x 13 + x 11 + x 9 + x 8 + x 6 + x 5 x 4 + x 3 + 1 modulo ( x 8 + x 4 + x 3 + x + 1 ) = x 7 + x 6 + 1
  • An improved Galois field multiplier system 10, foreclosing on this approach includes a multiplier circuit for multiplying two polynomials a0-a7 in an A register with the polynomial b0-b7 in an B register with coefficients over a Galois field to obtain their product is given by the fifteen-term polynomial c(x) defined as Chart II. The multiplier circuit actually includes a plurality of multiplier cells. c 14 = a 7 * b 7 c 13 = a 7 * b 6 a 6 * b 7 c 12 = a 7 * b 5 a 6 * b 6 a 5 * b 7 c 11 = a 7 * b 4 a 6 * b 5 a 5 * b 6 a 4 * b 7 c 10 = a 7 * b 3 a 6 * b 4 a 5 * b 5 a 4 * b 6 a 3 * b 7 c 9 = a 7 * b 2 a 6 * b 3 a 5 * b 4 a 4 * b 5 a 3 * b 6 a 2 * b 7 c 8 = a 7 * b 1 a 6 * b 2 a 5 * b 3 a 4 * b 4 a 3 * b 5 a 2 * b 6 a 1 * b 7 c 7 = a 7 * b 0 a 6 * b 1 a 5 * b 2 a 4 * b 3 a 3 * b 4 a 2 * b 5 a 1 * b 6 a 0 * b 7 c 6 = a 6 * b 0 a 5 * b 1 a 4 * b 2 a 3 * b 3 a 2 * b 4 a 1 * b 5 a 0 * b 6 c5 = a 5 * b 0 a 4 * b 1 a 3 * b 2 a 2 * b 3 a 1 * b 4 a 0 * b 5 ; c 4 = a 4 * b 0 a 3 * b 1 a 2 * b 2 a 1 * b 3 a 0 * b 4 c 3 = a 3 * b 0 a 2 * b 1 a 1 * b 2 a 0 * b 3 c 2 = a 2 * b 0 a 1 * b 1 a 0 * b 2 c 1 = a 1 * b 0 a 0 * b 1 c 0 = a 0 * b 0
    The operation of a Galois field multiplier system is explained in U.S. patent application to Stein et al. entitled GALOIS FIELD MULTIPLIER SYSTEM [AD-240J] Ser. No. 10/060,699 filed Jan. 30, 2002 which is incorporated herein in its entirety by this reference.
  • Each of the fifteen polynomial c(x) term includes an AND function as represented by an * and each pair of terms are combined with a logical exclusive OR as indicated by a ⊕. This product as represented in Chart II is submitted to a Galois field linear transformer circuit which may include a number of Galois field linear transformer units each composed of 15×8 cells, which respond to the product produced by the multiplier circuit to predict the modulo remainder of the polynomial product for a predetermined irreducible polynomial. The A0, B0 multiplication is performed in a first unit the A1, B1 in a second unit, the A2, B2 in a third unit, and the An, Bn in the last unit. The operation of a Galois field linear transformer circuit and each of its transformer units is explained in U.S. patent application to Stein et al. entitled GALOIS FIELD LINEAR TRANSFORMER[AD-239J] Ser. No. 10/051,533 with a filing date of Jan. 18, 2002, which is incorporated herein in its entirety by this reference. Each of the Galois field linear transformer units predicts the modulo remainder by dividing the polynomial product by an irreducible polynomial. That irreducible polynomial may be, for example, anyone of those shown in Chart III. : GF ( 2 1 ) 0 × 3 ( x + 1 ) : GF ( 2 2 ) 0 × 7 ( x 2 + x + 1 ) : GF ( 2 3 ) 0 × B ( x 3 + x + 1 ) 0 × D ( x 3 + x 2 + 1 ) : GF ( 2 4 ) 0 × 13 ( x 4 + x + 1 ) 0 × 19 ( x 4 + x 3 + 1 ) : GF ( 2 5 ) 0 × 25 ( x 5 + x 2 + 1 ) 0 × 29 ( x 5 + x 3 + 1 ) 0 × 2 F ( x 5 + x 3 + x 2 + x + 1 ) 0 × 37 ( x 5 + x 4 + x 2 + x + 1 ) 0 × 3 B ( x 5 + x 4 + x 3 + x + 1 ) 0 × 3 D ( x 5 + x 4 + x 3 + x 2 + 1 ) : GF ( 2 6 ) 0 × 43 ( x 6 + x + 1 ) 0 × 5 B ( x 6 + x 4 + x 3 + x + 1 ) 0 × 61 ( x 6 + x 5 + 1 ) 0 × 67 ( x 6 + x 5 + x 2 + x + 1 ) 0 × 6 D ( x 6 + x 5 + x 3 + x 2 + 1 ) 0 × 73 ( x 6 + x 5 + x 4 + x + 1 ) : GF ( 2 7 ) 0 × 83 ( x 7 + x + 1 ) 0 × 89 ( x 7 + x 3 + 1 ) 0 × 8 F ( x 7 + x 3 + x 2 + x + 1 ) 0 × 91 ( x 7 + x 4 + 1 ) 0 × 9 D ( x 7 + x 4 + x 3 + x 2 + 1 ) 0 × A 7 ( x 7 + x 5 + x 2 + x + 1 ) 0 × AB ( x 7 + x 5 + x 3 + x + 1 ) 0 × B 9 ( x 7 + x 5 + x 4 + x 3 + 1 ) 0 × BF ( x 7 + x 5 + x 4 + x 3 + x 2 + x + 1 ) 0 × C 1 ( x 7 + x 6 + 1 ) 0 × CB ( x 7 + x 6 + x 3 + x + 1 ) 0 × D 3 ( x 7 + x 6 + x 4 + x + 1 ) 0 × E 5 ( x 7 + x 6 + x 5 + x 2 + 1 ) 0 × F 1 ( x 7 + x 6 + x 5 + x 4 + 1 ) 0 × F 7 ( x 7 + x 6 + x 5 + x 4 + x 2 + x + 1 ) 0 × FD ( x 7 + x 6 + x 5 + x 4 + x 3 + x 2 + 1 ) : GF ( 2 8 ) 0 × 11 D ( x 8 + x 4 + x 3 + x 2 + 1 ) 0 × 12 B ( x 8 + x 5 + x 3 + x + 1 ) 0 × 12 D ( x 8 + x 5 + x 3 + x 2 + 1 ) 0 × 14 D ( x 8 + x 6 + x 3 + x 2 + 1 ) 0 × 15 F ( x 8 + x 6 + x 4 + x 3 + x 2 + x + 1 ) 0 × 163 ( x 8 + x 6 + x 5 + x + 1 ) 0 × 165 ( x 8 + x 6 + x 5 + x 2 + 1 ) 0 × 169 ( x 8 + x 6 + x 5 + x 3 + 1 ) 0 × 171 ( x 8 + x 6 + x 5 + x 4 + 1 ) 0 × 187 ( x 8 + x 7 + x 2 + x + 1 ) 0 × 18 D ( x 8 + x 7 + x 3 + x 2 + 1 ) 0 × 1 A 9 ( x 8 + x 7 + x 5 + x 3 + 1 ) 0 × 1 C 3 ( x 8 + x 7 + x 6 + x + 1 ) 0 × 1 C F ( x 8 + x 7 + x 5 + x 3 + x 2 + x + 1 ) 0 × 1 E 7 ( x 8 + x 7 + x 6 + x 5 + x 2 + x + 1 ) 0 × 1 F 5 ( x 8 + x 7 + x 5 + x 4 + x 2 + 1 )
  • The Galois field multiplier presented here GF(28) is capable of performing with powers 28 and powers 24 and under as shown in Chart III.
  • An example of the GF multiplication occurs as follows:
    Before GF( ) multiplication; After GF9( ) multiplication;
    Polynomial 0x11d Polynomial 0x11d
    GF( ) 45 23 00 01h GF( ) 45 23 00 01h
    57 34 00 01h 57 34 00 01h
    xx xx xx xxh 72 92 00 01h
  • There is shown in FIG. 1 a compact Galois field multiplier engine 10 accompanied by an A input register 12, B input register 14 and an output register 16. Compact Galois field engine 10 is capable of a number of different operations, including multiply, multiply-add and multiply-accumulate.
  • Conventional Galois field multiplier engine 10 a, FIG. 2, requires three registers, A register 12 a, B register 14 a and C register 26 a. The burden of these registers must be carried by the associated digital signal processor (DSP) core 28 and require extensive external bus work. In addition to bus 30, for supplying data to A register 12 a, bus 34 for supplying data to B register 14 a and bus 36 for supplying data to C register 26 a, there is required a bus 32 for feeding back the output from register 16 a to the digital signal processor 28 and bus 34 or bus 36 for feeding back that output from digital signal processor 28 to B register 14 a or C register 26 a. Bus 31 connects the output of Galois field linear transformer circuit 20 and output register 16 a. Thus polynomial multiplier circuit 18 can provide to the multiple input 40 of matrix 22 of Galois field linear transformer circuit 20 the proper values in conjunction with the values fed from C register 26 a to the adder input 42 of matrix 22 to perform multiply, multiply-add and multiply-accumulation functions. Matrix 22 is shown here as an eight by fifteen matrix for supporting multiplication of polynomials of power eight but may be made larger or smaller, containing more or fewer cells 24, depending upon the power of the polynomial to be serviced.
  • The number of cells 24 b per row, FIG. 3, of matrix 22 b of Galois field linear transformer circuit 20 b in engine 10 b maybe reduced by nearly half, by configuring matrix 22 b into two matrix sections, a matrix section 50 and a unity matrix section 52. The unity matrix section requires only one set of cells 54 wherein these unity matrix section cells represent the prediction of the remainder when the output of the multiplier circuit is a polynomial with a power less than the power of the irreducible polynomial. Thus in FIG. 3 where the irreducible polynomial has a power of eight any polynomial of less than eight will not exceed the modulo and will be passed right through the matrix, thus the absent cells in unity matrix section 52 are unnecessary. This saves nearly half of the cells required for the matrix 22 b resulting in a smaller, simpler and faster engine.
  • Each cell 24 b, FIG. 4, may include an AND circuit 100 and an exclusive OR circuit 102. There is a data input 104 and an enable input 106. Exclusive OR circuit 102 provides an output on line 108 to the input of the next exclusive OR circuit and receives at its input 110 the output from the previous exclusive OR circuit, except for the last exclusive OR circuit whose output is connected to the output of the matrix and the first exclusive OR circuit whose input is connected to the adder input 42 b, FIG. 3, or 42 g, FIG. 9. An enable signal on line 106 enables the data on line 104 to pass through AND gate 100 and to be exclusively ORed by exclusive OR circuit 102 with the input on line 110. The lack of an enabling signal on line 106 simply passes the input on line 110 through the exclusive OR gate 102 to output line 108. An enabling signal on line 106 enables cell 24. In this manner the entire matrix maybe reconfigured for any particular irreducible polynomial.
  • The efficacy of engine 10 b, FIG. 3, can be understood by choosing an irreducible polynomial from Chart III, supra, and implementing it by enabling the necessary cells. For example, to implement the first polynomial of power eight designated 0×11d representing the irreducible polynomial x8+x4+x3+x2+1, the enabled cells, indicated generally at 24 cc, form a unity matrix 52 c, FIG. 5, with a line of cells 54 c as previously depicted in FIG. 3. When choosing the second irreducible polynomial from Chart III, 0×12b, the irreducible polynomial x8+x5+x3+x+1 produces a pattern of enabled cells 24 dd, FIG. 6, in matrix section 50 d and unity matrix 52 d where once again the unity matrix section 52 d results in a line of enabled cells 54 d.
  • The reduction in the number of required cells is not limited to only polynomials having the same power as the irreducible polynomial. It also applies to any of those having the power of one half or less of the power of the irreducible polynomial. For example, the eight by fifteen matrix 22 b, shown in FIG. 3 and referred to by way of explanation in FIGS. 5 and 6 could also support polynomials to the power of one, two, three, or four, but not powers of five, six and seven, if the irreducible polynomial power was sixteen the matrix that supported it could also support polynomials up to eight, but not nine through fifteen. If it were the power of thirty-two it could support polynomials of thirty-two power and up to sixteen, but not seventeen through thirty-one. For example, as shown in FIG. 7 for an irreducible polynomial of the fourth power both the matrix section 50 e and unity matrix section 52 e become smaller and can be implemented anywhere within matrix 22 e. Here the matrix section 50 e has a plurality of enabled cells 24 ee along with the enabled cells in unity matrix 52 e which now has a smaller line of enabled cells 54 e, making up the unity matrix section 52 e.
  • If it is desirable to service the intermediate polynomials of power five, six and seven the unity matrix section can be replaced with a sparse matrix section 52 f, FIG. 8, wherein additional lines of enabled cells 54 ff, 54 fff, 54 ffff, can be employed to support polynomials of power seven, six and five respectively. But it is somewhat less of a reduction in the size of the matrix and required number of cells.
  • The number of input registers can be reduced from three to two and the number of external buses relied upon to communicate with the digital signal processor (DSP) 28 g, FIG. 9, can be reduced and localized to be internal of the engine 10 g itself. Thus, as shown in FIG. 9, there are but two input registers A 12 g and B 14 g and the feedback from output 31 g does not need to go through DSP 28 g but goes directly, locally, on engine 10 g through internal bus 60 to multiplier input selection circuit 62 and adder input selection circuit 64. Digital signal processor 28 g need only provide control signals on line 66 to multiplier input selection circuit 62 and on line 68 to adder input selection circuit 64. Thus in the multiply mode, multiplier input selection circuit 62, passes an input from B register 14 g to polynomial multiplier circuit 18 g while adder input selection circuit 64 provides an additive identity level, in this case, a ground level 70 to the adder input 42 g of Galois field linear transformer circuit 20 g. In the multiply-add mode digital signal processor 28 instructs multiplier input selection circuits 62 to feed back the output from matrix 22 g over line 60 to polynomial multiplier circuit 18 g and instructs adder input selection circuits 64 to pass the polynomial in B register 14 g to the adder input 42 g of Galois field linear transformer circuit 20 g. In the multiply-accumulate mode digital signal processor 28 g instructs multiplier input selection circuit 62 to deliver the polynomial from B register 14 g to polynomial multiplier circuit 18 g and instructs adder input selection circuit 64 to feed back the output on line 60 of Galois field linear transformer circuit 20 g.
  • Another feature is the reconfigurability of Galois field linear transformer circuit 20 g by virtue of the selective enablement of cells 24 g. Reconfigurable control circuit 80 selectively enables the ones of cells 24 g required to implement the coefficients of the selected irreducible polynomial and itself can be reduced in size since the number of cells it needs to control has been reduced.
  • The operation of a reconfigurable input Galois field linear transformer circuit is explained in U.S. patent application Ser. No. 10/136,170, filed May 1, 2002 to Stein et al., entitled RECONFIGURABLE INPUT GALOIS FIELD LINEAR TRANSFORMERER SYSTEM (AD-300J) and all its priority applications and documents which are incorporated herein in their entirety by this reference.
  • Although thus far for the sake of simplicity the explanation has been with respect to only one engine, a number of the engines may be employed together as shown in FIG. 10 where each engine has a multiplier circuit 10 h, 10 i, 10 j, 10 k . . . 10 n and a Galois field linear transformer 20 h, 20 i, 20 j, 20 k . . . 20 n circuit. With a single central reconfigurable control circuit 80 1 controlling them all. These engines can share the same wide [32, 64, 128] bit A and B registers were each operates on a different 8 bit (Byte) segment , or each can be serviced by its own reconfigurable control unit 80 h, 80 i, 80 j, 80 k . . . 80 n and each by its own pair of A and B registers A0, and B 0 12 h, and 14 h; A1 and, B1, 12 i, and 14 i; A2 and B2, 12 j and 14 j, A3 and B 3 12 k and 14 k and so on.
  • A polynomial multiplier circuit 181, FIG. 11, usable in the embodiment shown herein to provide an output c0-c14 includes a plurality of AND gates 120 which combined with exclusive OR gates 122 can multiply any pair of polynomials from A register 121 and B register 141 e.g., polynomials a0-a7, polynomials b0-b7 as illustrated in the table 124 FIG. 12.
  • There is shown in FIG. 13 a Galois field divider engine 150 according to this invention including a Galois field reciprocal generator 155 having a Galois field multiplier 152 and a second Galois field multiplier 154 for performing a squaring function. Engine 150 performs the division β/βk by executing the operation β1* 1/βk, where β1 and βk are elements of a Galois field, for example, where m=8, that is GF(28): the degree of the field is eight. Initially Galois field multiplier 152 receives a 1 and βk and multiplies them together. The output is then squared in Galois field multiplier 154 and fed back to Galois field multiplier 152. This result is multiplied by βk over and over again for m−2 times so that a total of m−1 iterations has occurred. At this point the reciprocal 1/βk is obtained and instead of βk being supplied as it has been for each of the m−2 iterations it is now β1 that is supplied to perform the multiplication β1*(1/βk). Thus, the entire division takes place in a total of m iterations, m−1 for generating the reciprocal and 1 more for multiplying the reciprocal of the divisor and the dividend to get the quotient. The timely application of “1”, βk and β1 is performed by input selection circuit 171.
  • The fact that β 2 m - 2 = 1 β
    is shown by the following exposition, given: the field of GF(q) is made up from the numbers {0, 1 . . . (q−1)}. If we multiply by β (β is a field member ≠0} each member of {1, 2 . . . (q−1)} to get {(1β, 2β . . . (q−1)β} we can easily see that we get the same set back again (with the order changed). This means that 1,·2· . . . (q−1)=1β·2β· . . . (q−1)β=1·2· . . . (q−1)β(q−1) by cancelling the factors 1··2· . . . ·(q−1) from both sides assures us that
    βq−1=1.   (1)
    Therefore
    β−1βq−2   (2)
  • Replacing q with 2m results in the expression β 2 m - 2 = 1 β ( 3 )
  • FIG. 13 is a straightforward implementation of this expression.
  • According to (3) for n=7 we need to calculate β254. β254 can be calculated as ⊕1128·β64·β16·β8·β4·β2. Which can be iteratively calculated as n = 1 : ( β · 1 ) 2 = β 2 n = 2 : ( β 2 · 1 ) 2 = β 4 · β 2 n = 3 : ( β 4 · β 2 · β ) 2 = β 8 · β 4 · β 2 = β 14 n = 7 : ( β 64 · β 32 · β 16 · β 8 · β 4 · β 2 · β · ) 2 = β 128 · β 64 · β 32 · β 16 · β 8 · β 4 · β 2 = β 254
  • The circuit of FIG. 13 starts from an initial value of 1 and generates at 155 the following successive values:
    Iteration #
    1 2 3 4 5 6 7
    Value at Point 155 β3 β6 β14 β30 B62 β126 B254

    As can be seen, the final value of β−1 is obtained in (n−1) cycles. The same circuit is generating β−1 for all intermediate powers of m GF(2m) {m=3.7}, for example if m=4, β2 m −2=14 is generated at n=3.
  • In one embodiment, Galois field reciprocal generator 155 a, FIG. 14, may include Galois field multiplier 152 a and Galois field multiplier 154 a. Galois field multiplier 152 a includes Galois field linear transformer 156 and a polynomial multiplier 158. Galois field multiplier 156 is shown as including a matrix of exclusive OR cells having two sections, matrix section 160 and reduced unity matrix section 162, but this is not a necessary limitation of the invention as unity matrix section 162 may be implemented with a full matrix as is matrix section 160 if size is not an issue. Galois field multiplier 154 a also includes a polynomial multiplier 164 and Galois field transformer 166 which also may include, but not necessarily, a full matrix section 168 and a reduced unity matrix section 170. Here again unity section 170 is advantageous as to cost and area but it is not necessary as a full section could be used there. Galois field divider engine 150 a performs a division in m iterations. In the first iteration input selection circuit 171 introduces a 1 in combination with βk to Galois field multiplier 152 a. This produces an output βk on line 172 which is delivered to both polynomial multiplier inputs 174, 176 of Galois field multiplier 154 a. Thus, a squaring function is performed and the output is fed back to an input 178 of input selection circuit 171. This iteration occurs m−2 times where m is the degree of the Galois field. After m−2 iterations input selection circuit 171 introduces the dividend β1 to Galois field multiplier 152 a because at that time the value at output 178 is the reciprocal 1/βk. By now multiplying β1, the dividend, times 1/βk, the divisor, the result is β1 is divided by βk to obtain the quotient of the Galois field division at 180.
  • The values at inputs 174 and 176 take the form of, from the most significant digit to the least, b7-b0 and a7-a0. When the squaring function is being performed as here, then each of the values b7-b0 will be the same, respectively, as each of the values of a7-a0 because they are the same numbers. The number of digits b7-b0, a7-a0 depends upon the size of the polynomial, which in this case where m is 8 would be eight digits. Whatever the size, since the values are the same at both inputs, the exclusive OR function will be zero. That is, like inputs to an exclusive OR gate renders a zero output as is well known. Thus, referring again to FIG. 12, it can be seen that for each of the polynomial multiply outputs c0-c14, the odd-numbered ones in FIG. 12 contain pairs of identical values. For example, c1 is equal to a1*b0⊕a0*b1. Since we are squaring we know that the two values being presented at inputs 174 and 176 are the same, therefore a0 and b0 are the same and a1 and b1 are the same. Therefore, c1 when exclusively ORed will have a value of zero. The same is true for the rest of the odd numbered Galois field multiplier outputs c3, c5, c7, c9, c11, c13. The result is shown at 182, FIG. 15 where it can be seen not only that there are zero values resulting at the odd numbered c1-c13, but that the remaining non zero even numbered values require no exclusive OR gates, only multiplication. For example, c0 is a0*b0. But this is a simple AND function resulting in a value of a0. Similarly, with respect to c2 the value a1 is multiplied by bi giving an AND function which results in the simple output of a1. The same effect is true in c4, c6, c8, c10, c12, and c14. The same applies to Galois field multiplier 156 b. Galois field multiplier 154 b which effects the squaring function can be reduced in size by one half shown by the reduction by one half of the matrix section 168 b and unity section 170 b. Also, now since the function has turned into a simple input as shown in column 184, FIG. 15, two separate inputs are not required and so the polynomial multiplier 164 is no longer needed.
  • Galois field transformers 156 c and 166 c, FIG. 17, are implemented identically. The shaded circles indicate the enabled exclusive OR gate cells in each of the transformers. The programming is accomplished by the codes in column 190 and is the same for both transformers 156 c and 166 c. Transformer 156 c receives the inputs c0-c14 and provides the outputs A0-A7. These form the inputs with the zeros of A0-A7 of Galois field linear transformer 166 c whose final outputs are B0-B7. Both transformers have been implemented for the Galois field of degree eight GF(28) (m=8for the irreducible polynomial (O×12b). When the reduction shown in FIG. 15 is effected, Galois field multiplier 156 d, FIG. 18 stays the same as do all of the programming instructions in the column 190 d, but Galois field linear transformer 166 d has had every other column, the zero columns, eliminated, resulting in the structure shown in FIG. 16.
  • When the Galois field divider engine has been reduced as shown in FIG. 16, a further reduction is now achievable. Because Galois field divider engine 154 b has no polynomial multiplier in the second Galois field transformer 166 b, a single matrix or transformer can be constructed which delivers the output B0-B7 directly from c0-c14 without the interim A0-A7 terms, in one cycle and using a single linear transformer 200, FIG. 19. Transformer 200 has been programmed to have the combination of exclusive OR cells indicated by the shaded circles enabled in order to perform both of the Galois field linear transforms in one Galois field linear transformer and in one operation. Thus, the inputs c0-c14 are directly transformed by Galois field linear transformer 200 to the ultimate outputs B0-B7. The compounding which reduces the two matrices 156 d and 166 d, FIG. 18, to the single matrix Galois field linear transformer 200 in FIG. 19 can be seen by a simple illustration using B7, FIG. 18, which can be seen as equivalent to the exclusive ORs A7, A6, and A5, as shown in Galois field linear transformer 166 d. Referring then to Galois field linear transformer 156 d (where the backslash indicates a cancellation of a term because it is duplicated), it can be seen that
  • A5 is equal to c14, c13, c12, c8, c5
  • A6 is equal to c9, c6,
  • A7 is equal to, and c7,
  • all with the exclusive OR functions between them. This results in the output c14, exclusive OR c13, exclusive OR c12, exclusive OR c9, exclusive OR c8, exclusive OR c7, exclusive OR c6, exclusive OR c5. Thus, in matrix 200, FIG. 19, B7 can be seen to include the exclusive OR combination of c14, c13, c12, c9, c8, c7, c6, and c5. One implementation of such a compounded Galois field divider engine 202 is shown in FIG. 20 where Galois field linear transform, matrix 200 of FIG. 19 appears in conjunction with a polynomial multiplier 204 and input selection circuit 171 e with dual input selection units 206, 208. Now the Galois field reciprocal generator 205 has been implemented by a single, compound Galois field linear transformer 200. Input selection unit 206 is capable of performing multiply-add (MPA), multiply-accumulate (MAC), and multiply (MPY). Input selection unit 208 functions similarly and provides to Galois field linear transformer 200 the adder input as previously explained. Program sequencer 210 provides the mapping of the control flip-flops 212 which enable and disable the matrix of cells including the exclusive OR gates. The program sequencer can program the GFLT matrix 200 as a compound multiplier performing (GF_MPY(α,β))2 in one cycle for division ,as a Galois field multiplier for multiplication, as a multiply and accumulate for multiply and accumulation and as a multiply-add for the multiply-add function.
  • In operation, initially the GFLT is programmed as a compound multiplier performing (GF_MPY(α,β)2, a 1 is provided at input 214 and βk at input 216. Following that for m−2 iterations, the output 180 is fed back on input 214 while βk remains on input 216. After m−2 iterations, when the system has gone through a total of m−1 iterations, the input at 214 is now the reciprocal of βk. At this point the GFLT is programmed as a Galois Field multiplier, βk at input 216 is now replaced with input β1 so that the next multiplication, the mth iteration, multiplies β1 times the reciprocal of βk to provide the output β1divided by βk. The Galois field division method of this invention is shown in FIG. 21 where the divisor βk and dividend β1 are provided at start 240. A query is then made as to whether this iteration is the mth iteration in step 242, where m is the degree of the Galois field involved. If it is the mth iteration, the system goes directly to step 244 where the Galois field multiplication of β1 by the Galois field linear transform output of the reciprocal 1/βk is performed. The quotient is then produced at 246. If the iteration has not reached m, then the query is made in step 248 as to whether it is the first iteration. If it is, multiplication of βk by 1 is effected in step 250 and then the square of that value is performed over a Galois field in step 252. If it is not the first iteration, then in step 254, the Galois field multiplication of βk by the Galois field linear transform output is performed and then the square is performed in Galois field multiplier in step 252. The output from the square calculation is then fed back, step 242, and the iteration begins again.
  • Thus far the invention has focused on a Galois field divider engine and method and to the ability to reduce that engine in size by first reducing the size of one of the Galois field linear transformers and eliminating one of the polynomial multipliers and then by combining the functions of the two linear transformers so that a succession of Galois field linear transforms on a succession of polynomial inputs is performed to obtain the ultimate output (quotient) as shown in FIGS. 19 and 20. But, this is not a necessary limitation of the invention, that is it is not limited to merely division. A compound Galois field engine according to this invention may perform any succession of Galois field linear transforms on a succession of polynomial inputs to obtain an ultimate output where each input, except the first, is the output of the previous Galois field linear transform. That is in one transform it can immediately predict the modulo remainder of the succession of Galois field linear transforms of an irreducible Galois field polynomial to obtain the ultimate output of the Galois field linear transform directly from the first input.
  • Another example of this fact can be seen in the square root operation of a Galois field member β. There is shown in FIG. 22 a compound Galois field engine 300 according to this invention that performs (m−1) successive Galois field linear transforms 302, 304 . . . 306 wherein a first input f, 308 is submitted to Galois field transformer 302 and then the transformed output becomes the input to the next Galois field linear transformer 304, whose output becomes the input to the next Galois field linear transformer, and so on, until it reaches the final transformer 306 as in this case, the √{square root over (β)} output. In accordance with this invention, by compounding the Galois field linear transformers as shown in 310 FIG. 23, the (m−1) transformers of FIG. 22 can be reduced to produce the simplified implementation shown in FIG. 23 of only one GFLT, where, the initial input β can be transformed in a single operation by the compound Galois field linear transformer square root engine 330 to provide in one iteration, the √{square root over (β)} output.
  • The fact that √{square root over (β)}=β2 (m−1) is shown by the following exposition given: in (1) we have shown that βq−1=1.
  • Replacing q with 2m and multiplying both sides by , results in the expression
    β2 m =β  (4)
    Taking the √ form both sides results in the expression
    β(2 m )/2=√{square root over (β)}  (5)
    or
    β2 (m−1) =√{square root over (β)}  (6)
    FIG. 22 is a straightforward implementation of this expression.
  • The Galois field square root method of this invention is shown in FIG. 24 where the field element β are provided at start 312. A query is then made as to whether this iteration is the mth−1 iteration in step 314, where m is the degree of the Galois field involved. If it is the mth−1 iteration, the system goes directly to step 316 where the Galois field square root of β is produced. If the iteration has not reached m−1, then the query is made in step 318 as to whether it is the first iteration. If it is, the square of that β value is performed over a Galois field in step 320. If it is not the first iteration, the square of the Galois field linear transform output is performed over a Galois field in step 322. The output from the square calculation is then fed back, step 314, and the iteration begins again. A programming circuit, control flip-flops 212 a and programming sequencer 210 a, programs the Galois field linear transformer square root engine 330 as shown in FIG. 23.
  • In summary, generally a compound Galois field engine 260, FIG. 25 according to this invention may perform a number of successive Galois field linear transforms 262, 264, 266, 268 wherein a first input A, 270 is submitted to Galois field transformer 262 and then the transformed output B becomes the input to the next Galois field linear transformer 264, whose output C in turn becomes the input to the next Galois field linear transformer, 266 whose output D becomes the input to the next Galois field linear transformer 268, and so on. In this case, the ultimate output is E. In accordance with this invention, by compounding the Galois field linear transformers as shown in FIG. 19, by reducing the two transformers of FIG. 18 to produce the implementation shown in FIG. 20, the initial input A can be transformed in a single operation by compound Galois field linear transformer 280 to provide in that one iteration, the ultimate output E.
  • Although specific features of the invention are shown in some drawings and not in others, this is for convenience only as each feature may be combined with any or all of the other features in accordance with the invention. The words “including”, “comprising”, “having”, and “with” as used herein are to be interpreted broadly and comprehensively and are not limited to any physical interconnection. Moreover, any embodiments disclosed in the subject application are not to be taken as the only possible embodiments.
  • Other embodiments will occur to those skilled in the art and are within the following claims:

Claims (3)

1. A Galois field square root method comprising:
inputting a Galois field element to a Galois field square root generator to obtain an output; and
squaring in the Galois field square root generator the output of the Galois field square root generator for predicting the modulo remainder of the square of the polynomial product of an irreducible polynomial m−1 times where m is the degree of the Galois field to obtain the square root of the Galois field element in (m−1) cycles.
2. A Galois field square root engine comprising:
a Galois field square root generator;
an input circuit for inputting a Galois field element to the Galois field square root generator to obtain the square root of the Galois field elements in one cycle.
3. The Galois field square root engine of claim 2 in which said Galois field square root engine includes a Galois field multiplier, and a program circuit for programming said Galois field multiplier to perform a compound square operation of m−1 times in one cycle.
US11/888,782 2003-05-16 2007-08-02 Compound galois field engine and galois field divider and square root engine and method Abandoned US20070271323A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/888,782 US20070271323A1 (en) 2003-05-16 2007-08-02 Compound galois field engine and galois field divider and square root engine and method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/440,330 US7895253B2 (en) 2001-11-30 2003-05-16 Compound Galois field engine and Galois field divider and square root engine and method
US11/888,782 US20070271323A1 (en) 2003-05-16 2007-08-02 Compound galois field engine and galois field divider and square root engine and method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/440,330 Division US7895253B2 (en) 2001-11-30 2003-05-16 Compound Galois field engine and Galois field divider and square root engine and method

Publications (1)

Publication Number Publication Date
US20070271323A1 true US20070271323A1 (en) 2007-11-22

Family

ID=33449791

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/440,330 Expired - Fee Related US7895253B2 (en) 2001-11-30 2003-05-16 Compound Galois field engine and Galois field divider and square root engine and method
US11/888,782 Abandoned US20070271323A1 (en) 2003-05-16 2007-08-02 Compound galois field engine and galois field divider and square root engine and method

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/440,330 Expired - Fee Related US7895253B2 (en) 2001-11-30 2003-05-16 Compound Galois field engine and Galois field divider and square root engine and method

Country Status (5)

Country Link
US (2) US7895253B2 (en)
JP (3) JP4584256B2 (en)
KR (1) KR100932033B1 (en)
CN (2) CN101840326B (en)
WO (1) WO2004105260A2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090074178A1 (en) * 2007-09-14 2009-03-19 University Of Ottawa Accelerating Scalar Multiplication On Elliptic Curve Cryptosystems Over Prime Fields
US20100098148A1 (en) * 2008-10-20 2010-04-22 Fujitsu Limited Linear feedback shift calculation apparatus, communication apparatus, microprocessor, and data output method in a linear feedback calculation apparatus
US20110274193A1 (en) * 2009-01-20 2011-11-10 Pantech Co., Ltd. Apparatus and method for generating scrambling codes in a radio communication system
CN106066784A (en) * 2015-04-23 2016-11-02 阿尔特拉公司 For realizing circuit and the method for galois field yojan
CN108334472A (en) * 2017-01-19 2018-07-27 卡西欧计算机株式会社 Calculator, the calculator operand number register method and computer-readable storage medium
WO2020148771A1 (en) * 2019-01-17 2020-07-23 Fortifyiq Inc Methods for protecting computer hardware from cyber threats

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3959076B2 (en) * 2003-06-16 2007-08-15 三星電子株式会社 Finite field square computing method and square computing device
KR100871221B1 (en) * 2005-11-11 2008-12-01 삼성전자주식회사 Pseudorandom binary sequence generation method and apparatusin a communication system using linear feedback shift register
US20070195822A1 (en) * 2006-02-21 2007-08-23 Mediatek Inc. Method and system for locating packet boundaries
US8036380B2 (en) * 2006-12-14 2011-10-11 Telefonaktiebolaget L M Ericsson (Publ) Efficient data integrity protection
US8099655B1 (en) * 2007-12-20 2012-01-17 Pmc-Sierra Us, Inc. Galois field multiplier system and method
US9146708B2 (en) * 2008-05-12 2015-09-29 Qualcomm Incorporated Implementation of arbitrary galois field arithmetic on a programmable processor
US8150031B2 (en) * 2008-12-19 2012-04-03 Intel Corporation Method and apparatus to perform redundant array of independent disks (RAID) operations
US8290147B2 (en) * 2009-10-30 2012-10-16 General Dynamics C4 Systems, Inc. Systems and methods for efficiently creating digests of digital data
KR101770122B1 (en) 2010-12-30 2017-08-23 삼성전자주식회사 Method and apparatus for division of galios field binary polynomial expression using simd processor
CN103853523B (en) * 2012-11-30 2017-05-31 北京兆易创新科技股份有限公司 A kind of addition multiplier of Galois Field
JP6208442B2 (en) * 2013-03-08 2017-10-04 株式会社メガチップス Cryptographic processing device
US9898623B2 (en) 2014-03-31 2018-02-20 Stmicroelectronics S.R.L. Method for performing an encryption with look-up tables, and corresponding encryption apparatus and computer program product
JP5957120B1 (en) 2015-05-12 2016-07-27 日本電信電話株式会社 Secret sharing method, secret sharing system, distribution apparatus, and program
CN106354473B (en) * 2015-07-16 2019-02-12 浙江大华技术股份有限公司 A kind of divider and the method for seeking quotient and the remainder
CN108092671A (en) * 2017-12-27 2018-05-29 南京大学 A kind of NB-LDPC code coding methods of high-performance low complex degree
US11651305B2 (en) * 2020-03-03 2023-05-16 Kalibrate Technologies Limited Achieving feasibility of optimization constraints

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3303477A (en) * 1963-10-08 1967-02-07 Telefunken Patent Apparatus for forming effective memory addresses
US3805037A (en) * 1972-02-22 1974-04-16 J Ellison N{40 th power galois linear gate
US4587627A (en) * 1981-11-30 1986-05-06 Omnet Associates Computational method and apparatus for finite field arithmetic
US4847801A (en) * 1987-10-26 1989-07-11 Cyclotomics, Inc. Compact galois field multiplier
US4852096A (en) * 1987-08-14 1989-07-25 International Business Machines Corp. CN2 test pattern generator
US4918638A (en) * 1986-10-15 1990-04-17 Matsushita Electric Industrial Co., Ltd. Multiplier in a galois field
US5396502A (en) * 1992-07-09 1995-03-07 Advanced Hardware Architectures, Inc. Single-stack implementation of a Reed-Solomon encoder/decoder
US5642367A (en) * 1994-02-07 1997-06-24 Mitsubishi Semiconductor America, Inc. Finite field polynomial processing module for error control coding
US5754563A (en) * 1995-09-11 1998-05-19 Ecc Technologies, Inc. Byte-parallel system for implementing reed-solomon error-correcting codes
US5768168A (en) * 1996-05-30 1998-06-16 Lg Semicon Co., Ltd. Universal galois field multiplier
US5999959A (en) * 1998-02-18 1999-12-07 Quantum Corporation Galois field multiplier
US6141786A (en) * 1998-06-04 2000-10-31 Intenational Business Machines Corporation Method and apparatus for performing arithmetic operations on Galois fields and their extensions
US20020041685A1 (en) * 2000-09-22 2002-04-11 Mcloone Maire Patricia Data encryption apparatus
US6438569B1 (en) * 1999-09-20 2002-08-20 Pmc-Sierra, Inc. Sums of production datapath
US20020147825A1 (en) * 2001-04-10 2002-10-10 Yosef Stein Parallel bit correlator
US20020156823A1 (en) * 2001-02-28 2002-10-24 Lih-Jyh Weng System for performing mulitplication and division in GF(2 2m)
US20030103626A1 (en) * 2001-11-30 2003-06-05 Yosef Stein Programmable data encryption engine
US20030140211A1 (en) * 2002-01-21 2003-07-24 Yosef Stein Reconfigurable single instruction multiple data array
US20030140213A1 (en) * 2002-01-21 2003-07-24 Yosef Stein Center focused single instruction multiple data (SIMD) array system
US20030182340A1 (en) * 2002-03-19 2003-09-25 Kimito Horie Residue computing device

Family Cites Families (63)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4722050A (en) 1986-03-27 1988-01-26 Hewlett-Packard Company Method and apparatus for facilitating instruction processing of a digital computer
FR2605769B1 (en) 1986-10-22 1988-12-09 Thomson Csf POLYNOMIAL OPERATOR IN THE GALOIS BODIES AND DIGITAL SIGNAL PROCESSING PROCESSOR COMPRISING SUCH AN OPERATOR
JPS63282777A (en) * 1987-03-04 1988-11-18 株式会社リコー Modulo computation processor chip
US4975867A (en) * 1987-06-26 1990-12-04 Digital Equipment Corporation Apparatus for dividing elements of a Galois Field GF (2QM)
JPS6432723A (en) * 1987-07-29 1989-02-02 Matsushita Electric Ind Co Ltd Divider
EP0347560B1 (en) 1988-04-27 1996-03-06 Nec Corporation Memory access control device which can be formed by a reduced number of LSI's
JPH0294817A (en) * 1988-09-30 1990-04-05 Toshiba Corp Galois arithmetic unit
JP2701378B2 (en) * 1988-10-26 1998-01-21 三菱電機株式会社 Calculation method
US5095525A (en) 1989-06-26 1992-03-10 Rockwell International Corporation Memory transformation apparatus and method
US5214763A (en) 1990-05-10 1993-05-25 International Business Machines Corporation Digital computer system capable of processing two or more instructions in parallel and having a coche and instruction compounding mechanism
US5446850A (en) 1991-01-15 1995-08-29 International Business Machines Corporation Cross-cache-line compounding algorithm for scism processors
JP3453618B2 (en) * 1991-10-11 2003-10-06 ヒュンダイ、エレクトロニクス、インダストリーズ、カムパニー、リミテッド Processor for division and square root using polynomial approximation of root
US5386523A (en) 1992-01-10 1995-01-31 Digital Equipment Corporation Addressing scheme for accessing a portion of a large memory space
US5379243A (en) 1992-08-31 1995-01-03 Comstream Corporation Method and apparatus for performing finite field division
JPH07200268A (en) * 1993-12-28 1995-08-04 Nec Corp System operator panel
KR0135846B1 (en) 1994-02-02 1998-06-15 김광호 Look up table device
US5832290A (en) 1994-06-13 1998-11-03 Hewlett-Packard Co. Apparatus, systems and method for improving memory bandwidth utilization in vector processing systems
FR2723455B1 (en) 1994-08-05 1996-10-31 Sgs Thomson Microelectronics CIRCUIT FOR INVERTING ELEMENTS OF A WALL BODY
US5689452A (en) 1994-10-31 1997-11-18 University Of New Mexico Method and apparatus for performing arithmetic in large galois field GF(2n)
JP3609512B2 (en) * 1994-12-15 2005-01-12 株式会社東芝 Computing unit
JPH08335166A (en) * 1995-06-07 1996-12-17 Advanced Micro Devicds Inc Apparatus and method for finding of product of n pieces of numbers
JP3614978B2 (en) * 1996-05-13 2005-01-26 株式会社東芝 Galois field division method and division apparatus
US5996066A (en) 1996-10-10 1999-11-30 Sun Microsystems, Inc. Partitioned multiply and add/subtract instruction for CPU with integrated graphics functions
FR2754616B1 (en) * 1996-10-11 1998-12-04 Sgs Thomson Microelectronics METHOD AND CIRCUIT FOR DIVIDING ELEMENTS OF A WALL BODY
US6078937A (en) * 1996-12-19 2000-06-20 Vlsi Technology, Inc. Barrel shifter, circuit and method of manipulating a bit pattern
GB9627069D0 (en) 1996-12-30 1997-02-19 Certicom Corp A method and apparatus for finite field multiplication
US6002728A (en) * 1997-04-17 1999-12-14 Itt Manufacturing Enterprises Inc. Synchronization and tracking in a digital communication system
GB9707861D0 (en) * 1997-04-18 1997-06-04 Certicom Corp Arithmetic processor
WO1999016175A1 (en) * 1997-09-24 1999-04-01 Hitachi, Ltd. Semiconductor integrated circuit and data processing system
US6199086B1 (en) * 1997-12-24 2001-03-06 Motorola, Inc. Circuit and method for decompressing compressed elliptic curve points
US6044389A (en) * 1997-12-29 2000-03-28 Quantum Corporation System for computing the multiplicative inverse of a field element for galois fields without using tables
US6038577A (en) * 1998-01-09 2000-03-14 Dspc Israel Ltd. Efficient way to produce a delayed version of a maximum length sequence using a division circuit
US5964826A (en) * 1998-01-13 1999-10-12 National Science Council Division circuits based on power-sum circuit for finite field GF(2m)
US6058500A (en) * 1998-01-20 2000-05-02 3Com Corporation High-speed syndrome calculation
US6223320B1 (en) * 1998-02-10 2001-04-24 International Business Machines Corporation Efficient CRC generation utilizing parallel table lookup operations
US6138208A (en) 1998-04-13 2000-10-24 International Business Machines Corporation Multiple level cache memory with overlapped L1 and L2 memory access
US5996057A (en) 1998-04-17 1999-11-30 Apple Data processing system and method of permutation with replication within a vector register file
KR100296958B1 (en) * 1998-05-06 2001-09-22 이석우 Apparatus for encoding block data
US6209114B1 (en) * 1998-05-29 2001-03-27 Texas Instruments Incorporated Efficient hardware implementation of chien search polynomial reduction in reed-solomon decoding
US6199087B1 (en) * 1998-06-25 2001-03-06 Hewlett-Packard Company Apparatus and method for efficient arithmetic in finite fields through alternative representation
US6199088B1 (en) * 1998-06-30 2001-03-06 Quantum Corp. Circuit for determining multiplicative inverses in certain galois fields
JP3343857B2 (en) * 1998-06-30 2002-11-11 インターナショナル・ビジネス・マシーンズ・コーポレーション Decoding device, arithmetic device, and methods thereof
JP3576837B2 (en) * 1998-10-30 2004-10-13 日本電気株式会社 Basic cell of programmable logic LSI and basic cell two-dimensional array
JP2000172520A (en) * 1998-12-04 2000-06-23 Fujitsu Ltd Galois field operation processor
JP2001034167A (en) 1999-07-23 2001-02-09 Toshiba Corp Arithmetic unit and cryptogram processor
US7197526B1 (en) * 1999-05-28 2007-03-27 Lucent Technologies Inc. Method and apparatus for calculating the remainder of a modulo division
JP4472808B2 (en) * 1999-08-19 2010-06-02 ネッツエスアイ東洋株式会社 Multiply-accumulate device and encryption / decryption device using the same
JP2001084242A (en) 1999-09-10 2001-03-30 Hitachi Ltd Variable operation processor
US6434662B1 (en) * 1999-11-02 2002-08-13 Juniper Networks, Inc. System and method for searching an associative memory utilizing first and second hash functions
JP2001188468A (en) * 1999-12-27 2001-07-10 Toyo Commun Equip Co Ltd Division calculating method and division calculating circuit for element on galois field
JP2001194996A (en) * 2000-01-11 2001-07-19 Toyo Commun Equip Co Ltd Division device for polynomial
US6384713B1 (en) * 2000-04-21 2002-05-07 Marvell International, Ltd. Serial comparator
JP2002215022A (en) * 2001-01-16 2002-07-31 Nippon Telegr & Teleph Corp <Ntt> Finite field data recording medium, finite field data operation method, its device, and its program
DE10107376A1 (en) * 2001-02-16 2002-08-29 Infineon Technologies Ag Method and device for modular multiplication and arithmetic unit for modular multiplication
DE60202495D1 (en) 2001-03-27 2005-02-10 Amphion Semiconductor Ltd Device for the selectable encryption or decryption of data
JP3613396B2 (en) * 2001-06-25 2005-01-26 日本電気株式会社 Function block
US6766345B2 (en) * 2001-11-30 2004-07-20 Analog Devices, Inc. Galois field multiplier system
US7082452B2 (en) 2001-11-30 2006-07-25 Analog Devices, Inc. Galois field multiply/multiply-add/multiply accumulate
US7269615B2 (en) 2001-12-18 2007-09-11 Analog Devices, Inc. Reconfigurable input Galois field linear transformer system
US6587864B2 (en) * 2001-11-30 2003-07-01 Analog Devices, Inc. Galois field linear transformer
US7508937B2 (en) 2001-12-18 2009-03-24 Analog Devices, Inc. Programmable data encryption engine for advanced encryption standard algorithm
US6941446B2 (en) 2002-01-21 2005-09-06 Analog Devices, Inc. Single instruction multiple data array cell
US6829694B2 (en) 2002-02-07 2004-12-07 Analog Devices, Inc. Reconfigurable parallel look up table system

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3303477A (en) * 1963-10-08 1967-02-07 Telefunken Patent Apparatus for forming effective memory addresses
US3805037A (en) * 1972-02-22 1974-04-16 J Ellison N{40 th power galois linear gate
US4587627A (en) * 1981-11-30 1986-05-06 Omnet Associates Computational method and apparatus for finite field arithmetic
US4918638A (en) * 1986-10-15 1990-04-17 Matsushita Electric Industrial Co., Ltd. Multiplier in a galois field
US4852096A (en) * 1987-08-14 1989-07-25 International Business Machines Corp. CN2 test pattern generator
US4847801A (en) * 1987-10-26 1989-07-11 Cyclotomics, Inc. Compact galois field multiplier
US5396502A (en) * 1992-07-09 1995-03-07 Advanced Hardware Architectures, Inc. Single-stack implementation of a Reed-Solomon encoder/decoder
US5642367A (en) * 1994-02-07 1997-06-24 Mitsubishi Semiconductor America, Inc. Finite field polynomial processing module for error control coding
US5754563A (en) * 1995-09-11 1998-05-19 Ecc Technologies, Inc. Byte-parallel system for implementing reed-solomon error-correcting codes
US5768168A (en) * 1996-05-30 1998-06-16 Lg Semicon Co., Ltd. Universal galois field multiplier
US5999959A (en) * 1998-02-18 1999-12-07 Quantum Corporation Galois field multiplier
US6141786A (en) * 1998-06-04 2000-10-31 Intenational Business Machines Corporation Method and apparatus for performing arithmetic operations on Galois fields and their extensions
US6438569B1 (en) * 1999-09-20 2002-08-20 Pmc-Sierra, Inc. Sums of production datapath
US20020041685A1 (en) * 2000-09-22 2002-04-11 Mcloone Maire Patricia Data encryption apparatus
US20020156823A1 (en) * 2001-02-28 2002-10-24 Lih-Jyh Weng System for performing mulitplication and division in GF(2 2m)
US20020147825A1 (en) * 2001-04-10 2002-10-10 Yosef Stein Parallel bit correlator
US20030103626A1 (en) * 2001-11-30 2003-06-05 Yosef Stein Programmable data encryption engine
US20030140211A1 (en) * 2002-01-21 2003-07-24 Yosef Stein Reconfigurable single instruction multiple data array
US20030140213A1 (en) * 2002-01-21 2003-07-24 Yosef Stein Center focused single instruction multiple data (SIMD) array system
US20030182340A1 (en) * 2002-03-19 2003-09-25 Kimito Horie Residue computing device

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090074178A1 (en) * 2007-09-14 2009-03-19 University Of Ottawa Accelerating Scalar Multiplication On Elliptic Curve Cryptosystems Over Prime Fields
US7991162B2 (en) * 2007-09-14 2011-08-02 University Of Ottawa Accelerating scalar multiplication on elliptic curve cryptosystems over prime fields
US20100098148A1 (en) * 2008-10-20 2010-04-22 Fujitsu Limited Linear feedback shift calculation apparatus, communication apparatus, microprocessor, and data output method in a linear feedback calculation apparatus
US8438206B2 (en) * 2008-10-20 2013-05-07 Fujitsu Limited Linear feedback shift calculation apparatus, communication apparatus, microprocessor, and data output method in a linear feedback calculation apparatus
US20110274193A1 (en) * 2009-01-20 2011-11-10 Pantech Co., Ltd. Apparatus and method for generating scrambling codes in a radio communication system
US8559480B2 (en) * 2009-01-20 2013-10-15 Pantech Co., Ltd. Apparatus and method for generating scrambling codes in a radio communication system
CN106066784A (en) * 2015-04-23 2016-11-02 阿尔特拉公司 For realizing circuit and the method for galois field yojan
CN108334472A (en) * 2017-01-19 2018-07-27 卡西欧计算机株式会社 Calculator, the calculator operand number register method and computer-readable storage medium
WO2020148771A1 (en) * 2019-01-17 2020-07-23 Fortifyiq Inc Methods for protecting computer hardware from cyber threats
US11418317B2 (en) 2019-01-17 2022-08-16 FortifyIQ, Inc. Methods for protecting computer hardware from cyber threats

Also Published As

Publication number Publication date
JP4584256B2 (en) 2010-11-17
CN101840326A (en) 2010-09-22
KR100932033B1 (en) 2009-12-15
JP2010102351A (en) 2010-05-06
WO2004105260A2 (en) 2004-12-02
JP2007501965A (en) 2007-02-01
US20040236812A1 (en) 2004-11-25
CN1791855B (en) 2010-06-16
WO2004105260A3 (en) 2005-07-07
CN1791855A (en) 2006-06-21
CN101840326B (en) 2013-01-16
JP2010102352A (en) 2010-05-06
KR20060036383A (en) 2006-04-28
US7895253B2 (en) 2011-02-22

Similar Documents

Publication Publication Date Title
US20070271323A1 (en) Compound galois field engine and galois field divider and square root engine and method
EP1550046B1 (en) Compact galois field multiplier engine
EP1449063B1 (en) Galois field multiplier system
JP5266354B2 (en) Galois expansion field, integration / integration addition, product-sum operation unit
Paar A new architecture for a parallel finite field multiplier with low complexity based on composite fields
US6049815A (en) Method and apparatus for finite field multiplication
US3670956A (en) Digital binary multiplier employing sum of cross products technique
KR100686992B1 (en) Optimised discrete fourier transform method and apparatus using prime factor algorithm
Gokhale et al. Design of area and delay efficient Vedic multiplier using Carry Select Adder
Kesava et al. Low power and area efficient Wallace tree multiplier using carry select adder with binary to excess-1 converter
US4346451A (en) Dual moduli exponent transform type high speed multiplication system
Xie et al. Novel bit-parallel and digit-serial systolic finite field multipliers over $ GF (2^ m) $ based on reordered normal basis
EP1456994B1 (en) Programmable data encryption engine for advanced encryption standard algorithm
US20010054053A1 (en) Method and apparatus for finite field multiplication
JP2597775B2 (en) Division method and division device
US5734600A (en) Polynomial multiplier apparatus and method
Shylashree et al. FPGA based efficient elliptic curve cryptosystem processor for NIST 256 prime field
KR100902847B1 (en) Device and Method for multiplication over finite field using segment table and Recording medium thereof
JP3913921B2 (en) Circuit for reciprocal of arbitrary element in finite field
KR100632928B1 (en) The Modular multiplier
Hassan et al. FPGA and ASIC Implementation of Different Finite Field Multipliers for Forney Block.
Hasan On matrix-vector product based sub-quadratic arithmetic complexity schemes for field multiplication
Wu et al. General modular multiplication by block multiplication and table lookup
Song et al. Low-area dual basis divider over GF (2/sup M/)
Song et al. Finite Field Arithmetic Architecture

Legal Events

Date Code Title Description
AS Assignment

Owner name: ANALOG DEVICES, INC., MASSACHUSETTS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:STEIN, YOSEF;KABLOTSKY, JOSHUA A.;REEL/FRAME:023170/0137;SIGNING DATES FROM 20090731 TO 20090827

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION