JP6766182B2 - 秘密計算システム、秘密計算装置、秘密計算方法、プログラム - Google Patents
秘密計算システム、秘密計算装置、秘密計算方法、プログラム Download PDFInfo
- Publication number
- JP6766182B2 JP6766182B2 JP2018562421A JP2018562421A JP6766182B2 JP 6766182 B2 JP6766182 B2 JP 6766182B2 JP 2018562421 A JP2018562421 A JP 2018562421A JP 2018562421 A JP2018562421 A JP 2018562421A JP 6766182 B2 JP6766182 B2 JP 6766182B2
- Authority
- JP
- Japan
- Prior art keywords
- secret
- statement
- sentence
- value
- power
- 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.)
- Active
Links
Images
Classifications
-
- 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/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods 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/544—Methods 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/556—Logarithmic or exponential functions
-
- 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/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods 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/544—Methods 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/552—Powers or roots, e.g. Pythagorean sums
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09C—CIPHERING OR DECIPHERING APPARATUS FOR CRYPTOGRAPHIC OR OTHER PURPOSES INVOLVING THE NEED FOR SECRECY
- G09C1/00—Apparatus or methods whereby a given sequence of signs, e.g. an intelligible text, is transformed into an unintelligible sequence of signs by transposing the signs or groups of signs or by replacing them by others according to a predetermined system
-
- 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/008—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols involving homomorphic encryption
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2209/00—Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
- H04L2209/46—Secure multiparty computation, e.g. millionaire problem
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Mathematical Analysis (AREA)
- Computational Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Computing Systems (AREA)
- Mathematical Optimization (AREA)
- General Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Computer Security & Cryptography (AREA)
- Storage Device Security (AREA)
- Document Processing Apparatus (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
[秘匿化と復元]
ある値aを暗号化や秘密分散などにより秘匿化した値のことをaの秘匿文と呼び、[[a]] と表すこととする。aの秘匿文[[a]]が秘密分散により生成されたものである場合は、[[a]]により各秘密計算装置が持つ秘密分散の断片の集合を参照するものとする。
加算、減算、乗算の各演算は、2つの値a, bの秘匿文[[a]], [[b]]を入力とし、それぞれa+b, a-b, abの計算結果である和c1、差c2、積c3の秘匿文[[c1]],[[c2]],[[c3]]を計算する。[[c1]],[[c2]],[[c3]] を得る処理をそれぞれ、[[c1]]←Add([[a]],[[b]]),[[c2]]←Sub([[a]],[[b]]),[[c3]]←Mul([[a]],[[b]])と表すこととする。誤解を招く恐れのない場合は、Add([[a]],[[b]]), Sub([[a]],[[b]]), Mul([[a]],[[b]])をそれぞれ[[a]]+[[b]], [[a]]-[[b]], [[a]]×[[b]]と略記することもある。
aの秘匿文[[a]]に対して、aの整数部分eと小数部分f(0≦f<1)の秘匿文[[e]],[[f]]を計算する処理を[[e]],[[f]]←Split([[a]])と表すこととする。
aの秘匿文[[a]]とbの秘匿文[[b]]からaをbビット左シフトした値(つまり、aを2b倍した値)である左シフト値c(=a×2b)の秘匿文[[c]]を計算する処理を[[c]]←[[a]]<<[[b]]と表すこととする。
第一実施形態の秘密計算アルゴリズムの入力と出力、処理手順と第一実施形態の秘密計算アルゴリズムを実現する秘密計算システムについて、以下説明していく。
図1に示す第一実施形態の秘密計算アルゴリズムの入力と出力について説明する。
図1に示す第一実施形態の秘密計算アルゴリズムの処理手順について説明する。その際、図1の左端の数字を用いてステップ1、ステップ2等と表現することにする。
以下、図2〜図4を参照して第一実施形態の秘密計算システム10について説明する。図2は、秘密計算システム10の構成を示すブロック図である。秘密計算システム10は、W個(Wは2以上の所定の整数)の秘密計算装置1001、…、100Wを含む。秘密計算装置1001、…、100Wは、ネットワーク800に接続しており、相互に通信可能である。ネットワーク800は、例えば、インターネットなどの通信網あるいは同報通信路などでよい。図3は、秘密計算装置100i(1≦i≦W)の構成を示すブロック図である。図4は、秘密計算システム10の動作を示すフローチャートである。
本発明の装置は、例えば単一のハードウェアエンティティとして、キーボードなどが接続可能な入力部、液晶ディスプレイなどが接続可能な出力部、ハードウェアエンティティの外部に通信可能な通信装置(例えば通信ケーブル)が接続可能な通信部、CPU(Central Processing Unit、キャッシュメモリやレジスタなどを備えていてもよい)、メモリであるRAMやROM、ハードディスクである外部記憶装置並びにこれらの入力部、出力部、通信部、CPU、RAM、ROM、外部記憶装置の間のデータのやり取りが可能なように接続するバスを有している。また必要に応じて、ハードウェアエンティティに、CD−ROMなどの記録媒体を読み書きできる装置(ドライブ)などを設けることとしてもよい。このようなハードウェア資源を備えた物理的実体としては、汎用コンピュータなどがある。
Claims (4)
- rを0≦r<1を満たす乱数、[[r]]を前記乱数rの秘匿文、[[2r]]を前記乱数rの2のべき乗2rの秘匿文とし、
2個以上の秘密計算装置で構成され、2のべき乗を計算する値xの秘匿文[[x]]から、前記値xの2のべき乗2xの秘匿文[[2x]]を計算する秘密計算システムであって、
前記秘密計算装置は、
前記秘匿文[[r]]を用いて、前記秘匿文[[x]]から前記値xと前記乱数rの差x-rの秘匿文[[x]]-[[r]]を計算し、前記秘匿文[[x]]-[[r]]から前記差x-rの整数部分eと小数部分f(0≦f<1)の秘匿文[[e]],[[f]]を生成する小数分解部と、
前記秘匿文[[f]]から、前記小数部分fを復元する復元部と、
前記小数部分fと前記秘匿文[[e]]から、前記小数部分fの2のべき乗2fをeビット左シフトした値である左シフト値yの秘匿文[[y]]を生成する左シフト部と、
前記秘匿文[[2r]]を用いて、前記秘匿文[[y]]から前記2のべき乗2rと前記左シフト値yを乗算した値2r×yの秘匿文[[2r]]×[[y]]を前記秘匿文[[2x]]として計算するべき乗計算部と
を含むものである秘密計算システム。 - rを0≦r<1を満たす乱数、[[r]]を前記乱数rの秘匿文、[[2r]]を前記乱数rの2のべき乗2rの秘匿文とし、
2のべき乗を計算する値xの秘匿文[[x]]から、前記値xの2のべき乗2xの秘匿文[[2x]]を計算する2個以上の秘密計算装置で構成される秘密計算システムの中の秘密計算装置であって、
前記秘匿文[[r]]を用いて、前記秘匿文[[x]]から前記値xと前記乱数rの差x-rの秘匿文[[x]]-[[r]]を計算し、前記秘匿文[[x]]-[[r]]から前記差x-rの整数部分eと小数部分f(0≦f<1)の秘匿文[[e]],[[f]]を生成する小数分解部と、
前記秘匿文[[f]]から、前記小数部分fを復元する復元部と、
前記小数部分fと前記秘匿文[[e]]から、前記小数部分fの2のべき乗2fをeビット左シフトした値である左シフト値yの秘匿文[[y]]を生成する左シフト部と、
前記秘匿文[[2r]]を用いて、前記秘匿文[[y]]から前記2のべき乗2rと前記左シフト値yを乗算した値2r×yの秘匿文[[2r]]×[[y]]を前記秘匿文[[2x]]として計算するべき乗計算部と
を含む秘密計算装置。 - rを0≦r<1を満たす乱数、[[r]]を前記乱数rの秘匿文、[[2r]]を前記乱数rの2のべき乗2rの秘匿文とし、
2個以上の秘密計算装置で構成される秘密計算システムが実行する、2のべき乗を計算する値xの秘匿文[[x]]から、前記値xの2のべき乗2xの秘匿文[[2x]]を計算する秘密計算方法であって、
前記秘密計算装置が、前記秘匿文[[r]]を用いて、前記秘匿文[[x]]から前記値xと前記乱数rの差x-rの秘匿文[[x]]-[[r]]を計算し、前記秘匿文[[x]]-[[r]]から前記差x-rの整数部分eと小数部分f(0≦f<1)の秘匿文[[e]],[[f]]を生成する小数分解ステップと、
前記秘密計算装置が、前記秘匿文[[f]]から、前記小数部分fを復元する復元ステップと、
前記秘密計算装置が、前記小数部分fと前記秘匿文[[e]]から、前記小数部分fの2のべき乗2fをeビット左シフトした値である左シフト値yの秘匿文[[y]]を生成する左シフトステップと、
前記秘密計算装置が、前記秘匿文[[2r]]を用いて、前記秘匿文[[y]]から前記2のべき乗2rと前記左シフト値yを乗算した値2r×yの秘匿文[[2r]]×[[y]]を前記秘匿文[[2x]]として計算するべき乗計算ステップと
を実行する秘密計算方法。 - 請求項2に記載の秘密計算装置としてコンピュータを機能させるためのプログラム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017008094 | 2017-01-20 | ||
JP2017008094 | 2017-01-20 | ||
PCT/JP2018/001346 WO2018135566A1 (ja) | 2017-01-20 | 2018-01-18 | 秘密計算システム、秘密計算装置、秘密計算方法、プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2018135566A1 JPWO2018135566A1 (ja) | 2019-11-07 |
JP6766182B2 true JP6766182B2 (ja) | 2020-10-07 |
Family
ID=62909272
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018562421A Active JP6766182B2 (ja) | 2017-01-20 | 2018-01-18 | 秘密計算システム、秘密計算装置、秘密計算方法、プログラム |
Country Status (5)
Country | Link |
---|---|
US (1) | US11294633B2 (ja) |
EP (1) | EP3573039B1 (ja) |
JP (1) | JP6766182B2 (ja) |
CN (1) | CN110199339B (ja) |
WO (1) | WO2018135566A1 (ja) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11456862B2 (en) * | 2017-07-05 | 2022-09-27 | Nippon Telegraph And Telephone Corporation | Secure computation system, secure computation apparatus, secure computation method, and recording medium |
CN109255247B (zh) * | 2018-08-14 | 2020-08-14 | 阿里巴巴集团控股有限公司 | 多方安全计算方法及装置、电子设备 |
US11895230B2 (en) | 2019-01-24 | 2024-02-06 | Nec Corporation | Information processing apparatus, secure computation method, and program |
CN111162906B (zh) * | 2019-12-27 | 2023-04-14 | 上海市数字证书认证中心有限公司 | 一种基于茫然传输算法的协同秘密分享方法及装置、系统、介质 |
EP4095828A4 (en) * | 2020-01-20 | 2023-10-18 | Nippon Telegraph And Telephone Corporation | SAFE EXPONENTIAL FUNCTION CALCULATION SYSTEM, SAFE EXPONENTIAL FUNCTION CALCULATION METHOD, SAFE CALCULATION DEVICE AND PROGRAM |
WO2022044173A1 (ja) * | 2020-08-26 | 2022-03-03 | 日本電気株式会社 | 秘密計算システム、秘密計算サーバ装置、秘密計算方法および秘密計算プログラム |
JP7494931B2 (ja) | 2020-10-16 | 2024-06-04 | 日本電信電話株式会社 | 秘密計算システム、秘密計算方法、およびプログラム |
JP7452692B2 (ja) * | 2020-10-16 | 2024-03-19 | 日本電信電話株式会社 | 秘密指数部統一システム、秘密指数部統一装置、秘密指数部統一方法、秘密和計算システム、秘密積和計算システム、プログラム |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AU556499B2 (en) * | 1981-05-22 | 1986-11-06 | Data General Corporation | Data processing system |
CA2258338C (en) * | 1999-01-11 | 2009-02-24 | Certicom Corp. | Method and apparatus for minimizing differential power attacks on processors |
CN101635021B (zh) * | 2003-09-26 | 2011-08-10 | 日本电信电话株式会社 | 标签装置、标签自动识别系统和标签隐私保护方法 |
DE602005025615D1 (de) * | 2004-03-31 | 2011-02-10 | Panasonic Corp | Computersystem, computerprogramm und verfahren zur addition |
JP2006145945A (ja) * | 2004-11-22 | 2006-06-08 | Sony Corp | 暗号処理演算方法、および暗号処理装置、並びにコンピュータ・プログラム |
ITVA20050027A1 (it) * | 2005-05-03 | 2006-11-04 | St Microelectronics Srl | Metodo di generazione di successioni di numeri o bit pseudo casuali |
JP2007187725A (ja) * | 2006-01-11 | 2007-07-26 | Fuji Electric Holdings Co Ltd | ガロア逆元演算高速化処理装置 |
JP4345072B1 (ja) * | 2008-07-28 | 2009-10-14 | 際国 董 | 乱数生成・管理方法及び装置 |
JP5434925B2 (ja) * | 2008-10-07 | 2014-03-05 | 日本電気株式会社 | 多者分散乗算装置、多者分散乗算システム及び方法 |
JP5208796B2 (ja) * | 2009-02-12 | 2013-06-12 | 中国電力株式会社 | 整数の暗号化及び復号化方法 |
CN102713996A (zh) * | 2010-01-13 | 2012-10-03 | 三菱电机株式会社 | 隐匿检索系统以及公开参数生成装置以及加密装置以及用户秘密密钥生成装置以及查询发布装置以及检索装置以及计算机程序以及隐匿检索方法以及公开参数生成方法以及加密方法以及用户秘密密钥生成方法以及查询发布方法以及检索方法 |
WO2012121333A1 (ja) * | 2011-03-10 | 2012-09-13 | 日本電信電話株式会社 | 秘匿積和結合システム、計算装置、秘匿積和結合方法、及びそれらのプログラム |
US20140245010A1 (en) * | 2013-02-25 | 2014-08-28 | Kabushiki Kaisha Toshiba | Device and authentication method therefor |
WO2014174516A1 (en) * | 2013-04-25 | 2014-10-30 | B.G. Negev Technologies And Applications Ltd. | Accumulating automata and cascaded equations automata for non-interactive and perennial secure multi-party computation |
FR3047373B1 (fr) * | 2016-01-28 | 2018-01-05 | Morpho | Procede de calcul securise multipartite protege contre une partie malveillante |
-
2018
- 2018-01-18 CN CN201880007450.XA patent/CN110199339B/zh active Active
- 2018-01-18 WO PCT/JP2018/001346 patent/WO2018135566A1/ja unknown
- 2018-01-18 EP EP18741100.4A patent/EP3573039B1/en active Active
- 2018-01-18 JP JP2018562421A patent/JP6766182B2/ja active Active
- 2018-01-18 US US16/466,887 patent/US11294633B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
EP3573039A4 (en) | 2020-10-28 |
US20190310829A1 (en) | 2019-10-10 |
EP3573039B1 (en) | 2021-08-18 |
CN110199339B (zh) | 2022-07-12 |
US11294633B2 (en) | 2022-04-05 |
WO2018135566A1 (ja) | 2018-07-26 |
CN110199339A (zh) | 2019-09-03 |
EP3573039A1 (en) | 2019-11-27 |
JPWO2018135566A1 (ja) | 2019-11-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6766182B2 (ja) | 秘密計算システム、秘密計算装置、秘密計算方法、プログラム | |
JP6629466B2 (ja) | 秘密計算システム、秘密計算装置、秘密計算方法、プログラム | |
JP7067632B2 (ja) | 秘密シグモイド関数計算システム、秘密ロジスティック回帰計算システム、秘密シグモイド関数計算装置、秘密ロジスティック回帰計算装置、秘密シグモイド関数計算方法、秘密ロジスティック回帰計算方法、プログラム | |
EP4016506B1 (en) | Softmax function secret calculation system, softmax function secret calculation device, softmax function secret calculation method, neural network secret calculation system, neural network secret learning system, and program | |
TW202044083A (zh) | 安全處理器、所述安全處理器的操作方法、以及加密或解密資料的方法 | |
EP3483866B1 (en) | Secure computation system, secure computation device, secure computation method, and program | |
JP6585846B2 (ja) | 秘密計算システム、秘密計算装置、秘密計算方法、およびプログラム | |
JP6825119B2 (ja) | 秘密読み込み装置、秘密書き込み装置、それらの方法、およびプログラム | |
JP7205016B2 (ja) | 秘匿情報処理システムおよび秘匿情報処理方法 | |
JP7205623B2 (ja) | 秘密共役勾配法計算システム、秘密計算装置、共役勾配法計算装置、秘密共役勾配法計算方法、共役勾配法計算方法、およびプログラム | |
EP3982282B1 (en) | Secret division system, secret calculation device, secret division method, and program | |
US20230036496A1 (en) | Secure selective product computation system, secure selective product computation method, secure computation apparatus, and program | |
EP4213135A1 (en) | Secret exponent part unifying system, secret exponent part unifying device, secret exponent part unifying method, secret sum calculation system, secret product sum calculation system, and program | |
KR102337865B1 (ko) | 동형 암호에 기초한 산술 연산 시스템 및 이를 이용한 동형 암호 산술 연산 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190604 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190604 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200310 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200424 |
|
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: 20200915 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200916 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6766182 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |