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 4F40C158094 for ; Tue, 4 Oct 2022 06:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 488F6E0903; Tue, 4 Oct 2022 06:56:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 30DA5E0903 for ; Tue, 4 Oct 2022 06:56:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 6D4C033BF54 for ; Tue, 4 Oct 2022 06:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F25A35FF for ; Tue, 4 Oct 2022 06:56:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1664866568.0dcde7c19a93fbc13180e1a0708c83557f3de4e7.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0074.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0dcde7c19a93fbc13180e1a0708c83557f3de4e7 X-VCS-Branch: master Date: Tue, 4 Oct 2022 06:56:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74de2edd-316c-4144-a796-30d95de4fd75 X-Archives-Hash: 37566f9ec3115493f1689d8feef4cd94 commit: 0dcde7c19a93fbc13180e1a0708c83557f3de4e7 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 23 13:34:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 4 06:56:08 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=0dcde7c1 glep-0074: Clarify the hex encoding of hash values Signed-off-by: Michał Górny gentoo.org> glep-0074.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glep-0074.rst b/glep-0074.rst index 5cf0708..d5e5057 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -418,6 +418,14 @@ Checksum algorithms | ``WHIRLPOOL`` | Whirlpool [#BARRETO]_ | 512 | Hex | | +-----------------+-----------------------+------+------+-------------+ +The following hash value encodings are used: + +Hex + The hash value expressed as an unsigned hexadecimal integer, + using digits ``0`` to ``9`` and lowercase letters ``a`` to ``f``, + with no prefix or suffix. + + Any new hashes must be added to this specification prior to being used in Manifest files. Adding a new hash is considered a backwards-compatible change to the GLEP. It is recommended that new