使用 PRGs 的改进屏蔽乘法及其在算术加法中的应用

IF 1.3 4区 计算机科学 Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS
Bohan Wang, Qian Sui, Fanjie Ji, Chun Guo, Weijia Wang
{"title":"使用 PRGs 的改进屏蔽乘法及其在算术加法中的应用","authors":"Bohan Wang,&nbsp;Qian Sui,&nbsp;Fanjie Ji,&nbsp;Chun Guo,&nbsp;Weijia Wang","doi":"10.1049/2024/5544999","DOIUrl":null,"url":null,"abstract":"<div>\n <p>At Eurocrypt 2020, Coron et al. proposed a masking technique allowing the use of random numbers from pseudo-random generators (PRGs) to largely reduce the use of expansive true-random generators (TRNGs). For security against <i>d</i> probes, they describe a construction using 2<i>d</i> PRGs, each of which is fed with at most 2<i>d</i> random variables in a finite field, resulting in a randomness requirement of <span></span><math></math>. In this paper, we improve the technique on multiple frontiers. On the theoretical level, we push the limits of the randomness requirement by providing an improved masking multiplication using only <i>d</i> PRGs, each of which is fed with <i>d</i> random variables, saving more than half random bits. On the practical level, considering that the masking of arithmetic addition usually requires more randomness (than multiplication), we apply the technique to the algorithm proposed at FSE 2015 that is a very efficient scheme performing arithmetic addition modulo 2<sup><i>w</i></sup>. It significantly reduces the randomness cost of masked arithmetic addition, and further advocates the advantage of masking with PRGs. Furthermore, we apply our masking scheme to the <span>Speck</span>, <span>XTEA</span>, and <span>Sparkle</span>, and provide the first (to the best of our knowledge) higher order masked implementations for the ciphers using ARX structure.</p>\n </div>","PeriodicalId":50380,"journal":{"name":"IET Information Security","volume":"2024 1","pages":""},"PeriodicalIF":1.3000,"publicationDate":"2024-01-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/2024/5544999","citationCount":"0","resultStr":"{\"title\":\"Improved Masking Multiplication with PRGs and Its Application to Arithmetic Addition\",\"authors\":\"Bohan Wang,&nbsp;Qian Sui,&nbsp;Fanjie Ji,&nbsp;Chun Guo,&nbsp;Weijia Wang\",\"doi\":\"10.1049/2024/5544999\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div>\\n <p>At Eurocrypt 2020, Coron et al. proposed a masking technique allowing the use of random numbers from pseudo-random generators (PRGs) to largely reduce the use of expansive true-random generators (TRNGs). For security against <i>d</i> probes, they describe a construction using 2<i>d</i> PRGs, each of which is fed with at most 2<i>d</i> random variables in a finite field, resulting in a randomness requirement of <span></span><math></math>. In this paper, we improve the technique on multiple frontiers. On the theoretical level, we push the limits of the randomness requirement by providing an improved masking multiplication using only <i>d</i> PRGs, each of which is fed with <i>d</i> random variables, saving more than half random bits. On the practical level, considering that the masking of arithmetic addition usually requires more randomness (than multiplication), we apply the technique to the algorithm proposed at FSE 2015 that is a very efficient scheme performing arithmetic addition modulo 2<sup><i>w</i></sup>. It significantly reduces the randomness cost of masked arithmetic addition, and further advocates the advantage of masking with PRGs. Furthermore, we apply our masking scheme to the <span>Speck</span>, <span>XTEA</span>, and <span>Sparkle</span>, and provide the first (to the best of our knowledge) higher order masked implementations for the ciphers using ARX structure.</p>\\n </div>\",\"PeriodicalId\":50380,\"journal\":{\"name\":\"IET Information Security\",\"volume\":\"2024 1\",\"pages\":\"\"},\"PeriodicalIF\":1.3000,\"publicationDate\":\"2024-01-18\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"https://onlinelibrary.wiley.com/doi/epdf/10.1049/2024/5544999\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"IET Information Security\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://onlinelibrary.wiley.com/doi/10.1049/2024/5544999\",\"RegionNum\":4,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q3\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"IET Information Security","FirstCategoryId":"94","ListUrlMain":"https://onlinelibrary.wiley.com/doi/10.1049/2024/5544999","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q3","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

摘要

在 Eurocrypt 2020 会议上,Coron 等人提出了一种掩码技术,允许使用伪随机发生器(PRG)中的随机数,从而大大减少了扩展性真实随机发生器(TRNG)的使用。针对 d 个探测的安全性,他们描述了一种使用 2d 个伪随机发生器的结构,每个伪随机发生器在有限域中最多输入 2d 个随机变量,因此随机性要求为 O∼d2。在本文中,我们在多个边界上改进了这一技术。在理论层面上,我们仅使用 d 个 PRG(每个 PRG 都有 d 个随机变量)就提供了一种改进的屏蔽乘法,节省了一半以上的随机比特,从而突破了随机性要求的极限。在实际操作层面,考虑到掩蔽算术加法通常比乘法需要更多的随机性,我们将该技术应用于在 FSE 2015 上提出的算法,这是一种执行算术加法 modulo 2w 的非常高效的方案。它大大降低了掩码算术加法的随机性成本,进一步体现了使用 PRG 掩码的优势。此外,我们还将我们的掩码方案应用于 Speck、XTEA 和 Sparkle,并首次(据我们所知)为使用 ARX 结构的密码提供了高阶掩码实现。
本文章由计算机程序翻译,如有差异,请以英文原文为准。

Improved Masking Multiplication with PRGs and Its Application to Arithmetic Addition

Improved Masking Multiplication with PRGs and Its Application to Arithmetic Addition

At Eurocrypt 2020, Coron et al. proposed a masking technique allowing the use of random numbers from pseudo-random generators (PRGs) to largely reduce the use of expansive true-random generators (TRNGs). For security against d probes, they describe a construction using 2d PRGs, each of which is fed with at most 2d random variables in a finite field, resulting in a randomness requirement of . In this paper, we improve the technique on multiple frontiers. On the theoretical level, we push the limits of the randomness requirement by providing an improved masking multiplication using only d PRGs, each of which is fed with d random variables, saving more than half random bits. On the practical level, considering that the masking of arithmetic addition usually requires more randomness (than multiplication), we apply the technique to the algorithm proposed at FSE 2015 that is a very efficient scheme performing arithmetic addition modulo 2w. It significantly reduces the randomness cost of masked arithmetic addition, and further advocates the advantage of masking with PRGs. Furthermore, we apply our masking scheme to the Speck, XTEA, and Sparkle, and provide the first (to the best of our knowledge) higher order masked implementations for the ciphers using ARX structure.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
IET Information Security
IET Information Security 工程技术-计算机:理论方法
CiteScore
3.80
自引率
7.10%
发文量
47
审稿时长
8.6 months
期刊介绍: IET Information Security publishes original research papers in the following areas of information security and cryptography. Submitting authors should specify clearly in their covering statement the area into which their paper falls. Scope: Access Control and Database Security Ad-Hoc Network Aspects Anonymity and E-Voting Authentication Block Ciphers and Hash Functions Blockchain, Bitcoin (Technical aspects only) Broadcast Encryption and Traitor Tracing Combinatorial Aspects Covert Channels and Information Flow Critical Infrastructures Cryptanalysis Dependability Digital Rights Management Digital Signature Schemes Digital Steganography Economic Aspects of Information Security Elliptic Curve Cryptography and Number Theory Embedded Systems Aspects Embedded Systems Security and Forensics Financial Cryptography Firewall Security Formal Methods and Security Verification Human Aspects Information Warfare and Survivability Intrusion Detection Java and XML Security Key Distribution Key Management Malware Multi-Party Computation and Threshold Cryptography Peer-to-peer Security PKIs Public-Key and Hybrid Encryption Quantum Cryptography Risks of using Computers Robust Networks Secret Sharing Secure Electronic Commerce Software Obfuscation Stream Ciphers Trust Models Watermarking and Fingerprinting Special Issues. Current Call for Papers: Security on Mobile and IoT devices - https://digital-library.theiet.org/files/IET_IFS_SMID_CFP.pdf
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信