ISO IEC 18031 AMD 1-2017 Information technology - Security techniques - Random bit generation - Amendment 1 Deterministic random bit generation《信息技术 安全技术 随机位生成 .pdf
《ISO IEC 18031 AMD 1-2017 Information technology - Security techniques - Random bit generation - Amendment 1 Deterministic random bit generation《信息技术 安全技术 随机位生成 .pdf》由会员分享,可在线阅读,更多相关《ISO IEC 18031 AMD 1-2017 Information technology - Security techniques - Random bit generation - Amendment 1 Deterministic random bit generation《信息技术 安全技术 随机位生成 .pdf(28页珍藏版)》请在麦多课文档分享上搜索。
1、Information technology Security techniques Random bit generation AMENDMENT 1: Deterministic random bit generation Technologies de linformation Techniques de scurit Gnration de bits alatoires AMENDEMENT 1: Gnration dterministe de bits alatoires INTERNATIONAL STANDARD ISO/IEC 18031 Second edition 2011
2、-11-15 Reference number ISO/IEC 18031:2011/Amd.1:2017(E) AMENDMENT 1 2017-02 ISO/IEC 2017 ii ISO/IEC 2017 All rights reserved COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2017, Published in Switzerland All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized
3、 otherwise in any form or by any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright o
4、ffice Ch. de Blandonnet 8 CP 401 CH-1214 Vernier, Geneva, Switzerland Tel. +41 22 749 01 11 Fax +41 22 749 09 47 copyrightiso.org www.iso.org ISO/IEC 18031:2011/Amd.1:2017(E) ISO/IEC 18031:2011/Amd.1:2017(E) Foreword ISO (the International Organization for Standardization) and IEC (the International
5、 Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of
6、technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint t
7、echnical committee, ISO/IEC JTC 1. The procedures used to develop this document and those intended for its further maintenance are described in the ISO/IEC Directives, Part 1. In particular the different approval criteria needed for the different types of ISO documents should be noted. This document
8、 was drafted in accordance with the editorial rules of the ISO/IEC Directives, Part 2 (see www .iso .org/ directives). Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO shall not be held responsible for identifying any or all su
9、ch patent rights. Details of any patent rights identified during the development of the document will be in the Introduction and/or on the ISO list of patent declarations received (see www .iso .org/ patents). Any trade name used in this document is information given for the convenience of users and
10、 does not constitute an endorsement. For an explanation on the voluntary nature of standards, the meaning of ISO specific terms and expressions related to conformity assessment, as well as information about ISOs adherence to the World Trade Organization (WTO) principles in the Technical Barriers to
11、Trade (TBT) see the following URL: w w w . i s o .org/ iso/ foreword .html. Amendment 1 to ISO/IEC 18031-1:2011 was prepared by Joint Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 27, IT Security techniques. ISO/IEC 2017 All rights reserved iii Information technology Sec
12、urity techniques Random bit generation AMENDMENT 1: Deterministic random bit generation Page 141 Add a new Annex K. Annex K (informative) Example cases for MQ_DRBG K.1 General Annex K and its supporting files provides example cases for 14 settings listed in ISO/IEC 18031:2011, Table C.5. The support
13、ing files are available at the following URL: h t t p :/ standards .iso .org/ iso/ 18031/ In each of the 14 settings described in Annex K, the bitstring P provides a randomly selected system of multivariate quadratic equations that complies with the selection rules of C.5.2.5. The rank distribution
14、resulting from the verification of rank conditions is detailed for each setting. P is given in the format described in C.5.2.4 which is recalled below. Each example case also includes a sequence of consecutive input-output pairs for the Evaluate_MQ() function. K.1.1 Format for representing field ele
15、ments Each system coefficient is an element of the binary field GF(2 field_size ) and is a univariate polynomial over GF(2) modulo the irreducible polynomial given in Table C.6. A field element is handled as a bitstring of field_size bits composed of its GF(2) coefficients ordered by decreasing degr
16、ee. For example, the polynomial x 3+ x + 1 in GF(2 4 ) is represented as the bitstring 1011. K.1.2 Format for representing a single multivariate quadratic equation The quadratic system used in MQ_DRBG operates on n = state_length / field_size variables and contains n + m equations where m = block_le
17、ngth / field_size. A quadratic equation is written as the concatenation of its coefficients in lexicographic order and by decreasing degree. Therefore the coefficient of the monomial x 1 x 1appears first, followed by that of x 1 x 2and so forth, up to the coefficient of x 1 x n . The coefficient of
18、the monomial x 2 x 2appears next, followed by that of x 2 x 3and so forth, until the last quadratic coefficient x n-1 x nis reached. Then linear coefficients appear, starting with the coefficient of the monomial x 1and ending with that of x n . When field_size = 1, the linear coefficients are omitte
19、d since the underlying field is GF(2) and x i x i= x i . The string ends with the constant coefficient of the quadratic equation. K.1.3 Format for representing a complete system of quadratic equations The quadratic system encoded into the bitstring P contains its n + m quadratic equations concatenat
20、ed in sequential order, starting with the coefficients of the first equation and ending with those of the (n+m)-th equation. P is formed by the resulting bit string of length system_length. K.1.4 Format for representing inputs and outputs ISO/IEC 18031:2011/Amd.1:2017(E) ISO 2017 All rights reserved
21、 1 ISO/IEC 18031:2011/Amd.1:2017(E) The input x to Evaluate_MQ(P, x) is a vector of n field elements and is given as a bitstring formed by concatenating their bitstring representations, starting with x 1and ending with x n . Similarly, the output y | z is a vector of n + m field elements represented
22、 in the same format. K.1.5 Summary of example cases Table K.1 summarizes the 14 example cases. Table K.1 Summary of example cases requested_strength block_length 112 128 192 256 80 K.2 Binary field GF(2) n = 112 m = 112 min_weight = 4 min_rank 106 K.4 Binary field GF(2 4 ) n = 32 m = 32 min_weight =
23、 5 min_rank 30 K.7 Binary field GF(2 6 ) n = 32 m = 32 min_weight = 5 min_rank 30 K.11 Binary field GF(2 8 ) n = 32 m = 32 min_weight = 5 min_rank 30 112 K.3 Binary field GF(2) n = 120 m = 112 min_weight = 4 min_rank 114 K.5 Binary field GF(2) n = 128 m = 128 min_weight = 4 min_rank 122 K.8 Binary f
24、ield GF(2 4 ) n = 48 m = 48 min_weight = 5 min_rank 44 K.12 Binary field GF(2 4 ) n = 64 m = 64 min_weight = 5 min_rank 60 128 K.6 Same as K.5 K.9 Binary field GF(2 3 ) n = 64 m = 64 min_weight = 5 min_rank 60 K.13 Same as K.12 192 K.10 Binary field GF(2) n = 200 m = 192 min_weight = 4 min_rank 192
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISOIEC18031AMD12017INFORMATIONTECHNOLOGYSECURITYTECHNIQUESRANDOMBITGENERATIONAMENDMENT1DETERMINISTICRANDOMBITGENERATION

链接地址:http://www.mydoc123.com/p-1256978.html