Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 3/3] glep-0074: Clarify the hex encoding of hash values
Date: Fri, 23 Sep 2022 14:05:12
Message-Id: 20220923140355.1307514-4-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/3] glep-0074: clarifications about size and checksum fields by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 glep-0074.rst | 8 ++++++++
4 1 file changed, 8 insertions(+)
5
6 diff --git a/glep-0074.rst b/glep-0074.rst
7 index bfbe092..7594932 100644
8 --- a/glep-0074.rst
9 +++ b/glep-0074.rst
10 @@ -418,6 +418,14 @@ Checksum algorithms
11 | ``WHIRLPOOL`` | Whirlpool [#BARRETO]_ | 512 | Hex | |
12 +-----------------+-----------------------+------+------+-------------+
13
14 +The following hash value encodings are used:
15 +
16 +Hex
17 + The hash value expressed as an unsigned hexadecimal integer,
18 + using digits ``0`` to ``9`` and lowercase letters ``a`` to ``f``,
19 + with no prefix or suffix.
20 +
21 +
22 Any new hashes must be added to this specification prior to being used
23 in Manifest files. Adding a new hash is considered
24 a backwards-compatible change to the GLEP. It is recommended that new
25 --
26 2.37.3