Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 2/3] glep-0074: Specify supported hash algorithms
Date: Mon, 12 Sep 2022 08:39:28
Message-Id: 0e3c6b3c4c2fea782b20c999a3b48621e08594c1.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 2/3] glep-0074: Specify supported hash algorithms by Florian Schmaus
1 On Mon, 2022-09-12 at 10:28 +0200, Florian Schmaus wrote:
2 > On 11/09/2022 15.14, Michał Górny wrote:
3 > > +.. table:: Table 1. Defined hash algorithms
4 > > + :widths: auto
5 > > + :class: table table-bordered table-striped
6 > > +
7 > > + =============== ======================= ==== ==== ===========
8 > > + Name Specification Bits Enc. Notes
9 > > + =============== ======================= ==== ==== ===========
10 > > + ``BLAKE2B`` RFC 7693 [#RFC7693]_ 512 Hex Recommended
11 > > + ``BLAKE2S`` ditto 256 Hex
12 > > + ``MD5`` RFC 1321 [#RFC1321]_ 128 Hex Deprecated
13 > > + ``RMD160`` RIPEMD-160 [#RMD160]_ 160 Hex Deprecated
14 > > + ``SHA1`` FIPS 180-4 [#SHS]_ 160 Hex Deprecated
15 > > + ``SHA256`` ditto 256 Hex
16 > > + ``SHA512`` ditto 512 Hex Recommended
17 > > + ``SHA3_256`` FIPS 202 [#SHA3]_ 256 Hex
18 > > + ``SHA3_512`` ditto 512 Hex
19 > > + ``STREEBOG256`` RFC 6986 [#RFC6986]_ 256 Hex
20 > > + ``STREEBOG512`` ditto 512 Hex
21 > > + ``WHIRLPOOL`` Whirlpool [#WHIRLPOOL]_ 512 Hex
22 > > + =============== ======================= ==== ==== ===========
23 >
24 > Personally, I would slightly prefer repeating the source specification,
25 > instead of using "ditto".
26 >
27
28 Unfortunately, that would mean each of them would have 2-3
29 backreferences in the 'References' section.
30
31 --
32 Best regards,
33 Michał Górny