From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05350158012 for ; Mon, 12 Sep 2022 08:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1FE5E096F; Mon, 12 Sep 2022 08:39:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A6AFE0968 for ; Mon, 12 Sep 2022 08:39:24 +0000 (UTC) Message-ID: <0e3c6b3c4c2fea782b20c999a3b48621e08594c1.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH 2/3] glep-0074: Specify supported hash algorithms From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Date: Mon, 12 Sep 2022 10:39:16 +0200 In-Reply-To: References: <20220911131417.3117-1-mgorny@gentoo.org> <20220911131417.3117-3-mgorny@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Archives-Salt: ed1eee44-26bc-4741-8faf-53f67971a92e X-Archives-Hash: 15844e3d73a66719157a5130f2eaecfa On Mon, 2022-09-12 at 10:28 +0200, Florian Schmaus wrote: > On 11/09/2022 15.14, Micha=C5=82 G=C3=B3rny wrote: > > +.. table:: Table 1. Defined hash algorithms > > + :widths: auto > > + :class: table table-bordered table-striped > > + > > + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D =3D=3D=3D=3D = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > + Name Specification Bits Enc. Notes > > + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D =3D=3D=3D=3D = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > + ``BLAKE2B`` RFC 7693 [#RFC7693]_ 512 Hex Recommended > > + ``BLAKE2S`` ditto 256 Hex > > + ``MD5`` RFC 1321 [#RFC1321]_ 128 Hex Deprecated > > + ``RMD160`` RIPEMD-160 [#RMD160]_ 160 Hex Deprecated > > + ``SHA1`` FIPS 180-4 [#SHS]_ 160 Hex Deprecated > > + ``SHA256`` ditto 256 Hex > > + ``SHA512`` ditto 512 Hex Recommended > > + ``SHA3_256`` FIPS 202 [#SHA3]_ 256 Hex > > + ``SHA3_512`` ditto 512 Hex > > + ``STREEBOG256`` RFC 6986 [#RFC6986]_ 256 Hex > > + ``STREEBOG512`` ditto 512 Hex > > + ``WHIRLPOOL`` Whirlpool [#WHIRLPOOL]_ 512 Hex > > + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D =3D=3D=3D=3D = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Personally, I would slightly prefer repeating the source specification,= =20 > instead of using "ditto". >=20 Unfortunately, that would mean each of them would have 2-3 backreferences in the 'References' section. --=20 Best regards, Micha=C5=82 G=C3=B3rny