JP2011512556A - 楕円曲線上の多数の点を計算する装置及び方法 - Google Patents
楕円曲線上の多数の点を計算する装置及び方法 Download PDFInfo
- Publication number
- JP2011512556A JP2011512556A JP2010546340A JP2010546340A JP2011512556A JP 2011512556 A JP2011512556 A JP 2011512556A JP 2010546340 A JP2010546340 A JP 2010546340A JP 2010546340 A JP2010546340 A JP 2010546340A JP 2011512556 A JP2011512556 A JP 2011512556A
- Authority
- JP
- Japan
- Prior art keywords
- point
- coordinates
- doubling
- point doubling
- elliptic curve
- 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.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/60—Methods 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/72—Methods 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/724—Finite field arithmetic
- G06F7/725—Finite field arithmetic over elliptic curves
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/06—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/30—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
- H04L9/3066—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy involving algebraic varieties, e.g. elliptic or hyper-elliptic curves
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mathematical Physics (AREA)
- Computing Systems (AREA)
- Computational Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Algebra (AREA)
- Complex Calculations (AREA)
- Image Generation (AREA)
Abstract
Description
入力:d,P=(X,Y,Z)
出力:dP=(X*,Y*,Z*)。
入力:d,P=(X,Y,Z)
出力:dP=(X*,Y*,Z*)。
Claims (10)
- 繰り返される点加算及び点2倍算により楕円曲線上の多数の点を右から左に計算する方法であって、
前記点2倍算は、射影座標の拡張されたセットで評価され、それぞれの点加算は、射影座標の拡張されたセットの制限されたセットを入力とすることで評価され、
当該方法は、次の点2倍算まで、前記制限されたセットの一部ではない拡張されたセットの少なくとも1つの座標をメモリに記憶するステップを更に含む、
ことを特徴とする方法。 - 前記点2倍算の出力座標は、前記次の点2倍算の入力座標として使用される、
請求項1記載の方法。 - 前記楕円曲線は、2及び3とは異なる特性によるWeierstrass式 EIK:Y2=X3+aXZ4+bZ6により与えられ、a及びbは、前記楕円曲線の第一のパラメータ及び第二のパラメータである、
請求項1又は2記載の方法。 - 前記点2倍算は、
座標T1,T2,T3の値、及びT4=aT3 4に初期化される更なる座標T4の値を取得するステップと、前記aは、楕円曲線の第一パラメータであり、
中間の変数U=T1 2,V=T2 2,M=3U+T4,W=V2及びS=2((T1+V)2−U−W)を計算するステップと、
T3,T4の新たな値T3=2T2T3,T4=16WT4を計算するステップと、
T1の新たな値T1=M2−2Sを計算するステップと、
T2の新たな値T2=M(S−T1)−8Wを計算するステップと、
少なくとも座標T1,T2,T3及びT4の値を出力するステップと、
を実行することで計算される請求項3記載の方法。 - 前記スカラー乗算は、スカラーの非隣接形式(Non Adjacent Form)を使用して実行される、
請求項1乃至3の何れか記載の方法。 - 前記スカラー乗算は、スカラーのバイナリ表現を使用して実行される、
請求項1乃至3の何れか記載の方法。 - 前記点2倍算は、モディファイドヤコビアン座標を使用して実行され、前記点加算は、ヤコビアン座標を使用して実行される、
請求項1乃至6の何れか記載の方法。 - 楕円曲線上の多数の点を右から左に計算する装置であって、
当該装置は、点2倍算及び点加算を行うために適合されるプロセッサを有し、
前記プロセッサは、射影座標の拡張されたセットを使用してそれぞれの点2倍算を評価し、射影座標の拡張されたセットの制限されたセットを入力としてそれぞれの点加算を評価し、
当該装置は、次の点2倍算まで、前記制限されたセットの一部ではない拡張されたセットの少なくとも1つの座標を記憶するメモリを更に有する、
ことを特徴とする装置。 - プロセッサで実行されたとき、繰り返される点加算及び点2倍算により楕円曲線上の多数の点を右から左に計算する方法を実行するコンピュータプログラムであって、
それぞれの点2倍算は、射影座標の拡張されたセットで評価され、それぞれの点加算は、射影座標の拡張されたセットの制限されたセットを入力とすることで評価され、
前記方法は、次の点2倍算まで、前記制限されたセットの一部ではない拡張されたセットの少なくとも1つの座標をメモリに記憶するステップを更に含む、
ことを特徴とするコンピュータプログラム。 - プロセッサで実行されたとき、繰り返される点加算及び点2倍算により楕円曲線上の多数の点を右から左に計算する方法を実行するコンピュータプログラムを記憶するコンピュータプログラムプロダクトであって、
それぞれの点2倍算は、射影座標の拡張されたセットで評価され、それぞれの点加算は、射影座標の拡張されたセットの制限されたセットを入力とすることで評価され、
前記方法は、次の点2倍算まで、前記制限されたセットの一部ではない拡張されたセットの少なくとも1つの座標をメモリに記憶するステップを更に含む、
ことを特徴とするコンピュータプログラムプロダクト。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP08300097A EP2090978A1 (en) | 2008-02-15 | 2008-02-15 | An apparatus and a method for calculating a multiple of a point on an elliptic curve |
EP08300097.6 | 2008-02-15 | ||
PCT/EP2009/051657 WO2009101147A1 (en) | 2008-02-15 | 2009-02-12 | An apparatus and a method for calculating a multiple of a point on an elliptic curve |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2011512556A true JP2011512556A (ja) | 2011-04-21 |
JP2011512556A5 JP2011512556A5 (ja) | 2014-05-22 |
JP5553773B2 JP5553773B2 (ja) | 2014-07-16 |
Family
ID=39672991
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010546340A Expired - Fee Related JP5553773B2 (ja) | 2008-02-15 | 2009-02-12 | 楕円曲線上の点のスカラー倍を計算する装置及び方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US8582758B2 (ja) |
EP (2) | EP2090978A1 (ja) |
JP (1) | JP5553773B2 (ja) |
CN (1) | CN101971138B (ja) |
WO (1) | WO2009101147A1 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101467719B1 (ko) * | 2010-12-24 | 2014-12-01 | 미쓰비시덴키 가부시키가이샤 | 서명 생성 장치 및 서명 생성 방법 및, 컴퓨터 판독 가능한 기록 매체 |
US20140334621A1 (en) * | 2013-05-13 | 2014-11-13 | Universidad De Santiago De Chile | Method for Complete Atomic Blocks for Elliptic Curves in Jacobian Coordinates over Prime Fields Countermeasure for Simple-Side Channel Attacks and C-Safe-Fault Attacks for Left-to-Right Algorithms |
US9979543B2 (en) | 2013-12-23 | 2018-05-22 | Nxp B.V. | Optimized hardware architecture and method for ECC point doubling using jacobian coordinates over short weierstrass curves |
US9929862B2 (en) | 2013-12-23 | 2018-03-27 | Nxp B.V. | Optimized hardware architecture and method for ECC point doubling using Jacobian coordinates over short Weierstrass curves |
US9900154B2 (en) * | 2013-12-23 | 2018-02-20 | Nxp B.V. | Optimized hardward architecture and method for ECC point addition using mixed affine-jacobian coordinates over short weierstrass curves |
US11146397B2 (en) * | 2017-10-31 | 2021-10-12 | Micro Focus Llc | Encoding abelian variety-based ciphertext with metadata |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11212458A (ja) * | 1998-01-27 | 1999-08-06 | Matsushita Electric Ind Co Ltd | 楕円曲線演算装置 |
JP2000137436A (ja) * | 1998-10-30 | 2000-05-16 | Fujitsu Ltd | 素体上楕円曲線上の点の演算方法およびその装置 |
JP2000181347A (ja) * | 1998-12-18 | 2000-06-30 | Fujitsu Ltd | 素体上楕円曲線上の点の演算方法およびその装置 |
US20060093137A1 (en) * | 2003-08-06 | 2006-05-04 | Fujitsu Limited | Elliptic curve cryptosystem apparatus, elliptic curve cryptosystem method, elliptic curve cryptosystem program and computer readable recording medium storing the elliptic curve cryptosystem program |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE102005041102A1 (de) * | 2005-08-30 | 2007-03-15 | Siemens Ag | Verfahren zur Skalarmultiplikation von Punkten auf einer elliptischen Kurve |
CN100414492C (zh) * | 2005-11-04 | 2008-08-27 | 北京浦奥得数码技术有限公司 | 一种椭圆曲线密码系统及实现方法 |
CN101079203B (zh) * | 2006-05-22 | 2010-07-28 | 北京华大信安科技有限公司 | 椭圆曲线密码系统和方法 |
-
2008
- 2008-02-15 EP EP08300097A patent/EP2090978A1/en not_active Withdrawn
-
2009
- 2009-02-12 WO PCT/EP2009/051657 patent/WO2009101147A1/en active Application Filing
- 2009-02-12 US US12/735,757 patent/US8582758B2/en not_active Expired - Fee Related
- 2009-02-12 EP EP09709645.7A patent/EP2243075B1/en not_active Not-in-force
- 2009-02-12 JP JP2010546340A patent/JP5553773B2/ja not_active Expired - Fee Related
- 2009-02-12 CN CN200980104838.2A patent/CN101971138B/zh not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11212458A (ja) * | 1998-01-27 | 1999-08-06 | Matsushita Electric Ind Co Ltd | 楕円曲線演算装置 |
JP2000137436A (ja) * | 1998-10-30 | 2000-05-16 | Fujitsu Ltd | 素体上楕円曲線上の点の演算方法およびその装置 |
JP2000181347A (ja) * | 1998-12-18 | 2000-06-30 | Fujitsu Ltd | 素体上楕円曲線上の点の演算方法およびその装置 |
US20060093137A1 (en) * | 2003-08-06 | 2006-05-04 | Fujitsu Limited | Elliptic curve cryptosystem apparatus, elliptic curve cryptosystem method, elliptic curve cryptosystem program and computer readable recording medium storing the elliptic curve cryptosystem program |
Non-Patent Citations (2)
Title |
---|
JPN6013016905; 'IEEE Standard Specifications forPublic-Key Cryptography' IEEE Std 1363-2000 , 2000, pp. 123-125, IEEE * |
JPN6013016906; K. Itoh et al.: 'Fast Implementation of Public-Key Cryptography on a DSP TMS320C6201' Lecture Notes in Computer Science Vol. 1717, 1999, pp. 61-72, Springer * |
Also Published As
Publication number | Publication date |
---|---|
EP2243075A1 (en) | 2010-10-27 |
US8582758B2 (en) | 2013-11-12 |
WO2009101147A1 (en) | 2009-08-20 |
CN101971138A (zh) | 2011-02-09 |
CN101971138B (zh) | 2014-08-20 |
EP2090978A1 (en) | 2009-08-19 |
JP5553773B2 (ja) | 2014-07-16 |
US20100310066A1 (en) | 2010-12-09 |
EP2243075B1 (en) | 2015-04-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4789468B2 (ja) | 秘密鍵を用いた耐タンパ楕円曲線暗号処理 | |
US7908641B2 (en) | Modular exponentiation with randomized exponent | |
WO2007045258A1 (en) | A method for scalar multiplication in elliptic curve groups over prime fields for side-channel attack resistant cryptosystems | |
US10374790B2 (en) | Countermeasure method for an electronic component implementing an elliptic curve cryptography algorithm | |
JP5553773B2 (ja) | 楕円曲線上の点のスカラー倍を計算する装置及び方法 | |
WO2015164996A1 (zh) | 椭圆域曲线运算方法和椭圆域曲线运算器 | |
JP2009540394A (ja) | フォールディングを用いるモジュール削減 | |
JP5182364B2 (ja) | サイドチャネル攻撃に対する耐タンパ性を有する暗号処理方法 | |
WO2009122461A1 (ja) | 電力解析攻撃への対策機能を備えた暗号化方法 | |
JP2019515353A (ja) | 暗号化べき乗アルゴリズムへのセーフ−エラーフォールトインジェクション攻撃に対する対策 | |
JP5977996B2 (ja) | サイドチャンネル攻撃に対する抵抗力のあるモジュラー累乗法及び装置 | |
Karakoyunlu et al. | Efficient and side-channel-aware implementations of elliptic curve cryptosystems over prime fields | |
EP2045716A2 (en) | Exponentiation calculation apparatus and exponentiation calculation method | |
JP2002229445A (ja) | べき乗剰余演算器 | |
JP4351987B2 (ja) | モンゴメリ変換装置、演算装置、icカード、暗号装置、復号装置及びプログラム | |
Farzam et al. | Implementation of supersingular isogeny-based Diffie-Hellman and key encapsulation using an efficient scheduling | |
US7558817B2 (en) | Apparatus and method for calculating a result of a modular multiplication | |
KR101223498B1 (ko) | 타원 곡선 암호 방식에서 공개키를 생성하는 방법 및 상기방법을 수행하는 시스템 | |
US20120039462A1 (en) | Rsa signature method and apparatus | |
Nedjah et al. | Efficient parallel modular exponentiation algorithm | |
JP4502817B2 (ja) | 楕円曲線スカラー倍計算方法および装置 | |
JP3779479B2 (ja) | Icカード | |
US20080005209A1 (en) | System, method and apparatus for public key encryption | |
JP4772081B2 (ja) | 秘密鍵を用いた耐タンパ楕円曲線暗号処理 | |
JP2004205870A (ja) | 超楕円曲線スカラー倍演算方法及び装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120113 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120113 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130416 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130703 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140121 |
|
A524 | Written submission of copy of amendment under article 19 pct |
Free format text: JAPANESE INTERMEDIATE CODE: A524 Effective date: 20140403 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140430 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140527 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5553773 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |