gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0001] branch master updated: reorder


From: gnunet
Subject: [lsd0001] branch master updated: reorder
Date: Fri, 20 May 2022 23:15:51 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new 62dd55d  reorder
62dd55d is described below

commit 62dd55d202094906b52d4de585c5fa9cb44b3da5
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri May 20 23:15:47 2022 +0200

    reorder
---
 draft-schanzen-gns.xml | 107 +++++++++++++++++++++++++------------------------
 1 file changed, 54 insertions(+), 53 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 323cfdd..d3c56c1 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -3156,59 +3156,6 @@ Purpose | Name            | References | Comment
        </reference>
 
      </references>
-     <section>
-       <name>Base32GNS</name>
-       <t>
-         This table defines the encode symbol and decode symbol for a given
-         symbol value.
-         It can be used to implement the encoding by reading it as:
-         A character "A" or "a" is decoded to a 5 bit value 10 when decoding.
-         A 5 bit block with a value of 18 is encoded to the character "J" when 
encoding.
-         If the bit length of the byte string to encode is not a multiple of 5
-         it is padded to the next multiple with zeroes.
-         In order to further increase tolerance for failures in character
-         recognition, the letter "U" <bcp14>MUST</bcp14> be decoded to the 
same value as the
-         letter "V" in Base32GNS.
-       </t>
-       <figure anchor="CrockfordB32Encode" title="The Base32GNS Alphabet 
Including the Additional U Encode Symbol.">
-         <artwork name="" type="" align="left" alt=""><![CDATA[
-Symbol      Decode            Encode
-Value       Symbol            Symbol
-0           0 O o             0
-1           1 I i L l         1
-2           2                 2
-3           3                 3
-4           4                 4
-5           5                 5
-6           6                 6
-7           7                 7
-8           8                 8
-9           9                 9
-10          A a               A
-11          B b               B
-12          C c               C
-13          D d               D
-14          E e               E
-15          F f               F
-16          G g               G
-17          H h               H
-18          J j               J
-19          K k               K
-20          M m               M
-21          N n               N
-22          P p               P
-23          Q q               Q
-24          R r               R
-25          S s               S
-26          T t               T
-27          V v U u           V
-28          W w               W
-29          X x               X
-30          Y y               Y
-31          Z z               Z
-         ]]></artwork>
-       </figure>
-     </section>
      <section>
        <name>Usage and Migration</name>
        <t>
@@ -3584,6 +3531,60 @@ Host: 
000G0037FH3QTBCK15Y8BCCNRVWPV17ZC7TSGB1C9ZG2TPGHZVFV1GMG3W
        </section>
 
      </section>
+     <section>
+       <name>Base32GNS</name>
+       <t>
+         This table defines the encode symbol and decode symbol for a given
+         symbol value.
+         It can be used to implement the encoding by reading it as:
+         A character "A" or "a" is decoded to a 5 bit value 10 when decoding.
+         A 5 bit block with a value of 18 is encoded to the character "J" when 
encoding.
+         If the bit length of the byte string to encode is not a multiple of 5
+         it is padded to the next multiple with zeroes.
+         In order to further increase tolerance for failures in character
+         recognition, the letter "U" <bcp14>MUST</bcp14> be decoded to the 
same value as the
+         letter "V" in Base32GNS.
+       </t>
+       <figure anchor="CrockfordB32Encode" title="The Base32GNS Alphabet 
Including the Additional U Encode Symbol.">
+         <artwork name="" type="" align="left" alt=""><![CDATA[
+Symbol      Decode            Encode
+Value       Symbol            Symbol
+0           0 O o             0
+1           1 I i L l         1
+2           2                 2
+3           3                 3
+4           4                 4
+5           5                 5
+6           6                 6
+7           7                 7
+8           8                 8
+9           9                 9
+10          A a               A
+11          B b               B
+12          C c               C
+13          D d               D
+14          E e               E
+15          F f               F
+16          G g               G
+17          H h               H
+18          J j               J
+19          K k               K
+20          M m               M
+21          N n               N
+22          P p               P
+23          Q q               Q
+24          R r               R
+25          S s               S
+26          T t               T
+27          V v U u           V
+28          W w               W
+29          X x               X
+30          Y y               Y
+31          Z z               Z
+         ]]></artwork>
+       </figure>
+     </section>
+
      <section>
        <name>Test Vectors</name>
        <t>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]