WO2000055756A1 - System and method for efficient basis conversion - Google Patents

System and method for efficient basis conversion Download PDF

Info

Publication number
WO2000055756A1
WO2000055756A1 PCT/CA2000/000256 CA0000256W WO0055756A1 WO 2000055756 A1 WO2000055756 A1 WO 2000055756A1 CA 0000256 W CA0000256 W CA 0000256W WO 0055756 A1 WO0055756 A1 WO 0055756A1
Authority
WO
WIPO (PCT)
Prior art keywords
polynomial
powers
field
basis
smaller
Prior art date
Application number
PCT/CA2000/000256
Other languages
French (fr)
Inventor
Robert J. Lambert
Original Assignee
Certicom Corp.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Certicom Corp. filed Critical Certicom Corp.
Priority to EP00908876.6A priority Critical patent/EP1163605B1/en
Priority to AU31396/00A priority patent/AU3139600A/en
Publication of WO2000055756A1 publication Critical patent/WO2000055756A1/en
Priority to US09/948,793 priority patent/US7299253B2/en
Priority to US11/867,594 priority patent/US8086656B2/en
Priority to US11/931,236 priority patent/US8145697B2/en

Links

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/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/30Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
    • H04L9/3006Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters
    • H04L9/302Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters involving the integer factorization problem, e.g. RSA or quadratic sieve [QS] schemes
    • 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/72Indexing scheme relating to groups G06F7/72 - G06F7/729
    • G06F2207/7209Calculation via subfield, i.e. the subfield being GF(q) with q a prime power, e.g. GF ((2**m)**n) via GF(2**m)

Definitions

  • This invention relates to the field of cryptographic systems, and conversion of elements between bases used in such systems.
  • a normal basis representation represents elements as linear combination of successive q-th powers of the generator element x: 9 ,x q ,...,x qm j.
  • Each basis has its own advantages, and cryptographic implementations may prefer one or the other, or indeed specific types of irreducible polynomials, such as trinomials or pentanomials.
  • basis conversion which changes the representation used by one party into that used by another party is generally required.
  • a method for evaluating polynomials in an extension field comprising the steps of: partitioning the polynomials into a plurality of parts, such that each part may be computed from smaller polynomials using a q-th power operation in a field of characteristic q.
  • a method for evaluating a polynomial in an extension field comprising the steps of computing components of the q-th powers from components of smaller powers.
  • Figure 1 is a schematic diagram illustrating an embodiment of the present invention
  • Figures 2(a) and 2(b) are schematic diagrams illustrating an embodiment of the invention
  • FIGS 3(a) and (b) are schematic diagrams of further embodiments of the invention.
  • Figure 4 is a schematic diagram of a three level tree according to an embodiment of the invention.
  • a(x) a men (x) + a odd (x) , and if we factor x from the odd powers, then a will be represented by a sum of even powers and x times a sum of even powers.
  • a(x) (a 0 + a 2 x 2 + a 4 x 4 + ...)+ x* a l + a 3 x 2 + a 5 x A + 7)
  • F squaring is a linear operation, which allows ⁇ even and a e ' ven to De expressed as squares of polynomials of smaller (roughly one half) degree.
  • a(x) ((b(x)) 2 + x(c(x)) 2 ). Now b and chave approximately half the degree of the original polynomial a to be evaluated.
  • Evaluation of b (and c ) can (recursively) be made by further dividing the polynomial into odd and even parts.
  • the odd part can be shifted to an even power by factoring out x and expressing the result as a combination of squares of lower degree polynomials.
  • the partitioning and shifting two squaring operations and one multiplication by ⁇ : are required.
  • the recursive partitioning can be halted and the component polynomials evaluated via one or more methods.
  • the polynomial may be divided into q parts.
  • the polynomial a might be broken up into more than 2 polynomials, at the cost of more multiplications by x or powers of x .
  • the polynomial (lx) is partitioned in a similar way.
  • the partitioning of polynomials into parts may be halted and the resulting polynomial parts evaluated at a root by using any one of several known methods.
  • the positions at which the partitioning stops may be denoted as the leaves of the evaluation tree.
  • the leaves may be evaluated either directly, or with Homer's rule.
  • current methods do not exploit a property of finite fields of characteristic q , wherein taking the q -th powers is usually an efficient operation.
  • FIG. 2(a) a notional table is constructed to show the relationship between the stored or evaluated odd powers of r and the higher degree even powers of r.
  • r 2 , r and r 8 are derived by squaring r 1
  • r 6 is derived by squaring r 3
  • r 10 is derived by squaring r 5 .
  • powers of 2 are used.
  • r° , r 1 , r 3 , r 5 , r 7 , r 9 are added into the accumulator. This completes the evaluation of a(x) at r , requiring three squares and the initial evaluation of r° , r 1 , r 3 , r 5 , r 7 , r 9 , which can be reused at another leaf evaluation.
  • the precomputed values technique can equally well be applied to multiplication techniques.
  • similar evaluations can be made from evaluation of odd powers.
  • the coefficients of those exponents with the largest powers of 2 are added into the accumulator according to whether the polynomial to be evaluated has non-zero coefficients at those powers, then the result is squared.
  • powers divisible by one less power of 2 are added in as required by polynomial evaluation. Accumulation and squaring continues until the odd powers themselves are added in as required by the polynomial under evaluation.
  • the leaf nodes are:

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Mathematical Physics (AREA)
  • Pure & Applied Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Algebra (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Error Detection And Correction (AREA)
  • Complex Calculations (AREA)

Abstract

This invention describes a method for evaluating a polynomial in an extension field FqM, wherein the method comprises the steps of partitioning the polynomial into a plurality of parts, each part is comprised of smaller polynomials using a q-th power operation in a field of characteristic q; and computing for each part components of q-th powers from components of smaller powers. A further embodiment of the invention provides for a method of converting a field element represented in terms of a first basis to its representation in a second basis, comprising the steps of partitioning a polynomial, being a polynomial in the second basis, into a plurality of parts, wherein each part is comprised of smaller polynomials using a q-th power operation in a field of characeteristic q; evaluating the polynomial at a root thereof by computing for each part components of q-th powers from components of smaller powers; and evaluating the field element at the root of the polynomial.

Description

SYSTEM AND METHOD FOR EFFICIENT BASIS CONVERSION
This invention relates to the field of cryptographic systems, and conversion of elements between bases used in such systems.
BACKGROUND OF THE INVENTION
It is well known that there is only one finite field of any given order, but that there are many different representations. When an extension field is built by adjoining a root of an irreducible polynomial to the ground field, the choice of irreducible affects the representation of the extension field. In general if F(qm) is the finite field, where q is a prime and F(q) is the ground field over which it is defined, the elements of the finite field can be represented in a number of ways depending on the choice of basis. In order to interoperate, cryptographic systems employing finite fields often need to establish a common representation. In addition to the choice of irreducible polynomial, finite fields can also be represented by either polynomial or normal basis. A polynomial basis represents elements of F „ as linear
combinations of the powers of a generator element x: x° , x1 , ... , xm~ \ . A normal basis representation represents elements as linear combination of successive q-th powers of the generator element x: 9 ,xq ,...,xqm j. Each basis has its own advantages, and cryptographic implementations may prefer one or the other, or indeed specific types of irreducible polynomials, such as trinomials or pentanomials. To support secure communication between devices using different representations, basis conversion, which changes the representation used by one party into that used by another party is generally required.
Basis conversion often entails the evaluation of a polynomial expression at a given finite field element. If an element a, when represented as a polynomial, is given as a(x) = .α, ! τ_.odf(x), where f(x) is an irreducible, in one basis, then the conversion of the element a into a new representation using another irreducible polynomial requires that a be evaluated at r , where r is a root of the new irreducible polynomial in the field represented by f(x) , then a(r) is the element a in the new representation. Any of the conjugates of r (the other roots of the new irreducible) will also induce equivalent, but different representations. There is a need for an efficient method for evaluating these polynomials, for application to basis conversion.
SUMMARY OF THE INVENTION
In accordance with this invention there is provided a method for evaluating polynomials in an extension field comprising the steps of: partitioning the polynomials into a plurality of parts, such that each part may be computed from smaller polynomials using a q-th power operation in a field of characteristic q.
In accordance with a further embodiment of the invention there is provided a method for evaluating a polynomial in an extension field comprising the steps of computing components of the q-th powers from components of smaller powers.
BRIEF DESCRIPTION OF THE DRAWINGS
These and other features of the preferred embodiments of the invention will become more apparent in the following detailed description in which reference is made to the appended drawings wherein:
Figure 1 is a schematic diagram illustrating an embodiment of the present invention; Figures 2(a) and 2(b) are schematic diagrams illustrating an embodiment of the invention;
Figures 3(a) and (b) are schematic diagrams of further embodiments of the invention; and
Figure 4 is a schematic diagram of a three level tree according to an embodiment of the invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In a first embodiment of the invention, we exemplify a specific case F m of the general field ¥qm, then in order to evaluate a field element a(x) = T α,x( inE2„ , it is noted that approximately one half of the exponents x' are even powers. These powers can be efficiently calculated from lower degree exponents of odd powers. For example, the powers for i = 2,4,6,8,10 can be calculated by squaring the powers for i = 1,2,3,4,5, respectively. This approach does not apply to the odd powers, but if we partition a into even and odd powers, e.g. a(x) = amen (x) + aodd (x) , and if we factor x from the odd powers, then a will be represented by a sum of even powers and x times a sum of even powers. Explicitly, a(x) = (a0 + a2x2 + a4x4 + ...)+ x* al + a3x2 + a5xA + ...),
= aeven(x) + x* ae'ven(x)> where a^' (x) is the even-powered polynomial derived by factoring Λ; from aodd (x) .
In a field of characteristic 2, F squaring is a linear operation, which allows αeven and a e'ven to De expressed as squares of polynomials of smaller (roughly one half) degree.
Explicitly, defining b(x) = 0 + a2x + a4x2 + a6x3 + ... and c(x) = ax + a3x + a5x2 + a7x3 + ... , then a(x) can be expressed as a(x) = ((b(x))2 + x(c(x))2 ). Now b and chave approximately half the degree of the original polynomial a to be evaluated.
Evaluation of b (and c ) can (recursively) be made by further dividing the polynomial into odd and even parts. The odd part can be shifted to an even power by factoring out x and expressing the result as a combination of squares of lower degree polynomials. At each application of the partitioning and shifting two squaring operations and one multiplication by Λ: are required.
At some point, the recursive partitioning can be halted and the component polynomials evaluated via one or more methods.
Note that although we have described the method for the extension fields over F2 , similar application can be made to other characteristics if the polynomials are divided into more components. For example, for the extension held over F3 , the polynomial a(x) might be divided into a(x) = α0mod3 + αlmod3 + α2mod3 , where αomod = + a 3 χ3 + a 6*6-Kmod3 = (a,x + a4x4 + aηxη ...), and α 2mo 3 = iaιx + asχ5 + Q&x& —) • In general, for extension fields over Fq the polynomial may be divided into q parts. Even over characteristic 2, the polynomial a might be broken up into more than 2 polynomials, at the cost of more multiplications by x or powers of x . As an example of a preferred embodiment at a given size, consider conversion of polynomial representations over F ιa . An element of this field is represented by the polynomial a(x) = a0 + a x + a2x2 + ...ai62x 2 .
The first branching divides a(x) into: a(x) = (a0 + a2x + a4x2 + a6x3...a.&] x..81)2 + x(al + a3x + a5x2 + aηx3...a.sox.S0)2 ,
= (b(x))2 + x(c(x))2 .
At the next level down, b(x) = (b0 + b2x + b4x2 + b6x3...b40x40)2 + x(b1 + b2x + b5x2 + b7x3...b40 40)2 , = (d(x))2 + x(e(x))2 .
The polynomial (lx) is partitioned in a similar way.
As mentioned above, the partitioning of polynomials into parts may be halted and the resulting polynomial parts evaluated at a root by using any one of several known methods.
The positions at which the partitioning stops may be denoted as the leaves of the evaluation tree. The leaves may be evaluated either directly, or with Homer's rule. However, current methods do not exploit a property of finite fields of characteristic q , wherein taking the q -th powers is usually an efficient operation.
An exemplary method will now be described for efficiently evaluating a leaf polynomial for extension fields over F2 . At the leaf, a polynomial a(x) = ^α,*' must be evaluated at a root of a new irreducible. Again, approximately one half of these terms will be even and can be calculated efficiently from odd powers. These odd powers will either be stored, for explicit basis conversion, or calculated explicitly by multiplication. If, for example a(x) is guaranteed to be of degree not greater than 10 (which may be the case if certain evaluation tree depths are employed), then a(x) can be evaluated from the powers 1 ,3,5,7,9, which are either stored or calculated. Squarings can be reduced by grouping coefficients together. This is shown schematically in figure 2(a) where a notional table is constructed to show the relationship between the stored or evaluated odd powers of r and the higher degree even powers of r. Thus, consider the first row in which r2, r and r8 are derived by squaring r1, similarly, r6 is derived by squaring r3 and r10 is derived by squaring r5. It is to be noted that in this example, powers of 2 are used.
Turning back to figure 2(a), however, the notional table may be used as shown schematically in figure 2(b). Thus, assume an accumulator is set initially to 0. Since we are using an extension field over F2 the coefficients at are either 0 or 1. First, if as is 1, then r'is added to the accumulator, which consists of a copying operation in a processor. Next, the accumulator is squared. Next, if a4 is 1, then rλ is added into the accumulator. Again, the accumulator is squared. Now, if a2,a6, 10 are one (1) then r1 , r3 , r5 are added into the accumulator respectively. Again, the accumulator is squared. Finally, if a0 , al , a3 , a5 , a7 , a9 are set ( 1 ), then r° , r1 , r3 , r5 , r7 , r9 are added into the accumulator. This completes the evaluation of a(x) at r , requiring three squares and the initial evaluation of r° , r1 , r3 , r5 , r7 , r9 , which can be reused at another leaf evaluation.
It will be apparent to those skilled in the art that the precomputed values technique can equally well be applied to multiplication techniques. For polynomials of larger degrees, similar evaluations can be made from evaluation of odd powers. First, the coefficients of those exponents with the largest powers of 2 are added into the accumulator according to whether the polynomial to be evaluated has non-zero coefficients at those powers, then the result is squared. Next, powers divisible by one less power of 2 are added in as required by polynomial evaluation. Accumulation and squaring continues until the odd powers themselves are added in as required by the polynomial under evaluation.
In figures 3(a) and 3(b), a similar evaluation is exemplified for an extension field over F3 and for a polynomial of degree no greater than 17. Note that in this embodiment, the coefficients a{ may take a value 0, 1, or 2. Thus, the powers are added with the required coefficients. In general then, for an extension field over Fq, powers of q are used to construct the notional table and evaluation of the polynomial proceeds by accumulation and q powering until all required powers in the polynomial are added in as required by the polynomial being evaluated. An application of the above method to basis conversion may be illustrated as below.
Given a field F31 and a pair of bases having respective irreducible fj and f2 and if , = 31 + 6 + 1; and f2 = x31 + x3 + 1. Then, a root of fx in the field represented by f2 is given by r = x26 + x24 + x23 + x22 + x19 + x17 + x12 + x11 + x9 + x8 + x6 + x5 + x3 + x2. Now, to convert an element a(x) = af in the first basis to a representation in the second basis
30 afi (that is to basis defined by f2 ) we proceed as follows. Let a(x) - T atx' in general. ι=0
For this example, we choose a specific element: a(x) = x30 +x29 +x28 +x27 +x25 +x22 +x20 +x19 +x14 + x13 +x12 +x +xi0 +xs +x7 +x6 +x3 +x° We assume a three level evaluation tree which is constructed in accordance with the present invention as shown in figure 4. At the bottom level of the tree (the leaf nodes), we require the following powers of r: r°, r1, r2...r6. The odd powers are calculated r1, r3, r5, and r7
(by squaring r and 3 multiplications by r2.
When a above is decomposed in the tree, the leaf nodes are:
E0=(r7+r5+r3+r2+l)2
E, = r(r7 + r5 + r3 + r2 + r)2 E2=(r7+r3)2
E3=r(r6+r5+r4+r2+r + l)2
To evaluate Lo, we will
0) zero A
1) add r1 to A, square A, now A = -x2
2) add in r°, r3, r , r7 to A
3) square A=L0
ForE; , we will
0) zero A
1) add r1 to A
2) square A
3) addr',r3, r5, r7, to A
4) square A
5) multiply A by r = LI forZ,2
0) zero A
1) add in r3, r7
2) square A = L2 forE3
Figure imgf000009_0001
6) square A
7) multiply A by r = L3
Now a(r) is built by evaluating the tree M0 = (L0 + L^ , Mj = r(L + L ) . Finally, a(r) = T0 =
Thus, it may be seen that his method may be applied to various cryptographic schemes such as key exchange schemes, signature schemes and encryption schemes. Although the invention has been described with reference to certain specific embodiments, various modifications thereof will be apparent to those skilled in the art without departing from the spirit and scope of the invention as outlined in the claims appended hereto. For example, the invention may be applied to basis conversion wherein the bases to be converted between are an optimal normal basis and a polynomial basis.

Claims

THE EMBODIMENTS OF THE INVENTION IN WHICH AN EXCLUSIVE PROPERTY OR PRIVILEGE IS CLAIMED ARE DEFINED AS FOLLOWS:
1. A method for evaluating a polynomials in an extension field comprising the steps of: partitioning the polynomials into a plurality of parts, such that each part may be computed from smaller polynomials using a q'th power operation in a field of characteristic q .
2. A method for evaluating a polynomial in an extension field comprising the steps of: computing components of the q'ttΛ powers from components of smaller power.
3. A method as defined in claim 2, including the step of ordering said computation such that a minimal number of q'th powers are used.
4. A method for evaluating a polynomial in an extension field, said method comprising the steps of:
(a) partitioning said polynomial into a plurality of parts, wherein each part is comprised of smaller polynomials using a q'th power operation in a field of characteristic q; and
(b) computing for each part components of q~ powers from components of smaller powers; and
(c) combining said parts to evaluate said polynomial.
5. A method for basis conversion, comprising the steps of:
(a) determining a root of a polynomial;
(b) partitioning said polynomial into a plurality of parts, wherein each part is comprised of smaller polynomials using a q'th power operation in a field of characteristic q; th
(c) computing for each part components of q~ powers form components of smaller powers; and
(d) using said polynomial in a cryptographic scheme. A method for converting an element a in a field Fq M represented in a first basis into a representation in a second basis, wherein fi is an irreducible in the first basis, f 2 is an irreducible in the second basis, and r is a root of fi in f2, said method comprising the steps of:
(e) representing said element as a polynomial at said root r;
(f) partitioning said polynomial into a plurality of parts, wherein each part is comprised of smaller polynomials using a q'th power operation in a field of characteristic q;
(g) computing for each part components of q'th powers form components of smaller powers; and
(h) combining said parts to obtain said element at r.
PCT/CA2000/000256 1999-03-12 2000-03-13 System and method for efficient basis conversion WO2000055756A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
EP00908876.6A EP1163605B1 (en) 1999-03-12 2000-03-13 Method for efficient basis conversion
AU31396/00A AU3139600A (en) 1999-03-12 2000-03-13 System and method for efficient basis conversion
US09/948,793 US7299253B2 (en) 1999-03-12 2001-09-10 System and method for efficient basis conversion
US11/867,594 US8086656B2 (en) 1999-03-12 2007-10-04 System and method for efficient basis conversion
US11/931,236 US8145697B2 (en) 1999-03-12 2007-10-31 System and method for efficient basis conversion

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CA2265389A CA2265389C (en) 1999-03-12 1999-03-12 System and method for efficient basis conversion
CA2,265,389 1999-03-12

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US09/948,793 Continuation US7299253B2 (en) 1999-03-12 2001-09-10 System and method for efficient basis conversion

Publications (1)

Publication Number Publication Date
WO2000055756A1 true WO2000055756A1 (en) 2000-09-21

Family

ID=4163380

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA2000/000256 WO2000055756A1 (en) 1999-03-12 2000-03-13 System and method for efficient basis conversion

Country Status (5)

Country Link
US (3) US7299253B2 (en)
EP (1) EP1163605B1 (en)
AU (1) AU3139600A (en)
CA (1) CA2265389C (en)
WO (1) WO2000055756A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2391052A1 (en) * 2010-05-26 2011-11-30 Oberthur Technologies Method for computing a function and corresponding device

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2265389C (en) * 1999-03-12 2011-07-12 Certicom Corp. System and method for efficient basis conversion
US8380767B2 (en) * 2007-06-30 2013-02-19 Intel Corporation Polynomial-basis to normal-basis transformation for binary Galois-Fields GF(2m)
US8380777B2 (en) * 2007-06-30 2013-02-19 Intel Corporation Normal-basis to canonical-basis transformation for binary galois-fields GF(2m)
JP4649456B2 (en) * 2007-09-26 2011-03-09 株式会社東芝 Power calculation apparatus, power calculation method and program
CN102187615B (en) * 2008-10-20 2014-02-26 皇家飞利浦电子股份有限公司 Method of generating a cryptographic key and network therefor
US8532289B2 (en) * 2010-08-16 2013-09-10 International Business Machines Corporation Fast computation of a single coefficient in an inverse polynomial
EP2718844B1 (en) 2011-06-06 2019-08-07 Certicom Corp. Squaring binary finite field elements
US9281941B2 (en) 2012-02-17 2016-03-08 International Business Machines Corporation Homomorphic evaluation including key switching, modulus switching, and dynamic noise management
US9043378B2 (en) 2012-10-01 2015-05-26 Freescale Semiconductor, Inc. Multiply and accumulate feedback
US10333696B2 (en) 2015-01-12 2019-06-25 X-Prime, Inc. Systems and methods for implementing an efficient, scalable homomorphic transformation of encrypted data with minimal data expansion and improved processing efficiency

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4031370A (en) * 1975-02-26 1977-06-21 Bell & Howell Limited Generation of mathematical functions
US4866716A (en) * 1987-05-15 1989-09-12 Digital Equipment Corporation Real-time BCH error correction code decoding mechanism
EP0806838A1 (en) * 1996-05-10 1997-11-12 Daewoo Electronics Co., Ltd Polynomial evaluator for use in a reed-solomon decoder

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4417338A (en) * 1981-04-13 1983-11-22 Wisconsin Alumni Research Foundation Cryptographic key sharing circuit and method using code correction
US4847801A (en) * 1987-10-26 1989-07-11 Cyclotomics, Inc. Compact galois field multiplier
US5485474A (en) * 1988-02-25 1996-01-16 The President And Fellows Of Harvard College Scheme for information dispersal and reconstruction
US5761102A (en) * 1995-12-28 1998-06-02 Quantum Corporation System and method for determining the cube root of an element of a galois field GF(2)
US5854759A (en) * 1997-05-05 1998-12-29 Rsa Data Security, Inc. Methods and apparatus for efficient finite field basis conversion
US6286022B1 (en) * 1997-11-18 2001-09-04 Rsa Security Inc. Efficient finite field basis conversion involving a dual basis
US6026420A (en) * 1998-01-20 2000-02-15 3Com Corporation High-speed evaluation of polynomials
US6058500A (en) * 1998-01-20 2000-05-02 3Com Corporation High-speed syndrome calculation
US6199087B1 (en) * 1998-06-25 2001-03-06 Hewlett-Packard Company Apparatus and method for efficient arithmetic in finite fields through alternative representation
US6192497B1 (en) * 1998-08-27 2001-02-20 Adaptec, Inc. Parallel Chien search circuit
CA2649680A1 (en) * 1999-02-26 2000-08-26 Certicom Corp. Method and apparatus for finite field basis conversion
CA2265389C (en) * 1999-03-12 2011-07-12 Certicom Corp. System and method for efficient basis conversion
US6895422B2 (en) * 2001-09-13 2005-05-17 Sun Microsystems, Inc. Method and apparatus for computing roots of a polynomial equation with interval coefficients

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4031370A (en) * 1975-02-26 1977-06-21 Bell & Howell Limited Generation of mathematical functions
US4866716A (en) * 1987-05-15 1989-09-12 Digital Equipment Corporation Real-time BCH error correction code decoding mechanism
EP0806838A1 (en) * 1996-05-10 1997-11-12 Daewoo Electronics Co., Ltd Polynomial evaluator for use in a reed-solomon decoder

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KOVAC M ET AL: "ACE: A VLSI CHIP FOR GALOIS FIELD GF(2M) BASED EXPONENTIATION", IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING,US,IEEE INC. NEW YORK, vol. 43, no. 4, 1 April 1996 (1996-04-01), pages 289 - 297, XP000592021, ISSN: 1057-7130 *
LU E -H ET AL: "VLSI ARCHITECTURES FOR COMPUTING POLYNOMIALS IN GF(2N)", INTERNATIONAL CONFERENCE ON SYSTEMS ENGINEERING,US,NEW YORK, IEEE, vol. -, 1987, pages 555 - 558, XP000745354 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2391052A1 (en) * 2010-05-26 2011-11-30 Oberthur Technologies Method for computing a function and corresponding device
US8805913B2 (en) 2010-05-26 2014-08-12 Oberthur Technologies Method of evaluating a function and associated device

Also Published As

Publication number Publication date
EP1163605B1 (en) 2017-11-15
US20020041682A1 (en) 2002-04-11
CA2265389C (en) 2011-07-12
CA2265389A1 (en) 2000-09-12
US8145697B2 (en) 2012-03-27
US20080077645A1 (en) 2008-03-27
US7299253B2 (en) 2007-11-20
US20080177814A1 (en) 2008-07-24
US8086656B2 (en) 2011-12-27
AU3139600A (en) 2000-10-04
EP1163605A1 (en) 2001-12-19

Similar Documents

Publication Publication Date Title
US8086656B2 (en) System and method for efficient basis conversion
Cremona Algorithms for Modular Elliptic Curves Full Canadian Binding
Odlyzko Discrete logarithms in finite fields and their cryptographic significance
US20040109561A1 (en) Lean multiplication of multi-precision numbers over GF(2m)
US5689452A (en) Method and apparatus for performing arithmetic in large galois field GF(2n)
US6343305B1 (en) Methods and apparatus for multiplication in a galois field GF (2m), encoders and decoders using same
Wood The explicit construction and parametrization of all harmonic maps from the two-sphere to a complex Grassmannian.
US20100146028A1 (en) Method and apparatus for modulus reduction
Duquesne et al. Choosing and generating parameters for pairing implementation on BN curves
JP4649456B2 (en) Power calculation apparatus, power calculation method and program
JP4354609B2 (en) Simultaneous equation solving apparatus and inverse element computing apparatus on finite field
Baktir et al. Optimal tower fields
He Computing Riemann-Roch spaces in algebraic function elds and related topics
De Feo et al. Fast arithmetic for the algebraic closure of finite fields
KR100954583B1 (en) Serial apparatus and method for finite field multiplication using polynomial basis
He et al. Discorrelation of multiplicative functions with nilsequences and its application on coefficients of automorphic L‐functions
Avanzi et al. On redundant τ-adic expansions and non-adjacent digit sets
Yu A class number relation over function fields
Ablamowicz Matrix exponential via Clifford algebras
Cherepnev On the connection between the discrete logarithms and the Diffie-Hellman problem
JP3892229B2 (en) Hyperelliptic curve encryption parameter generation method and hyperelliptic curve encryption parameter generation device
Antao et al. Compact and flexible microcoded elliptic curve processor for reconfigurable devices
Csirik The kernel of the Eisenstein ideal
Kadokami Reidemeister torsion of Seifert fibered homology lens spaces and Dehn surgery
Robinson et al. Inversion of cycle index sum relations for 2-and 3-connected graphs

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 09948793

Country of ref document: US

REEP Request for entry into the european phase

Ref document number: 2000908876

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2000908876

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2000908876

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642