gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] branch master updated (0021c41 -> 71910f5)


From: gnunet
Subject: [gnunet-scheme] branch master updated (0021c41 -> 71910f5)
Date: Thu, 28 Jul 2022 18:08:54 +0200

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

maxime-devos pushed a change to branch master
in repository gnunet-scheme.

    from 0021c41  protocols: Add entry for gnunet-cadet-style CADET traffic.
     new 5b3ffaf  data-string: Drop exception that has become pointless.
     new 71910f5  data-string: Add cross-reference to C equivalents.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/gnunet/data-string.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/gnunet/data-string.scm b/gnu/gnunet/data-string.scm
index a9fae71..8464d3d 100644
--- a/gnu/gnunet/data-string.scm
+++ b/gnu/gnunet/data-string.scm
@@ -1,5 +1,5 @@
 ;;   This file is part of scheme-GNUnet, a partial Scheme port of GNUnet.
-;;   Copyright (C) 2005--2007, 2020 GNUnet e.V.
+;;   Copyright (C) 2005--2007, 2020, 2022 GNUnet e.V.
 ;;
 ;;   GNUnet is free software: you can redistribute it and/or modify it
 ;;   under the terms of the GNU Affero General Public License as published
@@ -15,11 +15,6 @@
 ;;   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;   SPDX-License-Identifier: AGPL-3.0-or-later
-;;
-;;   As a special exception to the GNU Affero General Public License,
-;;   the file may be relicensed under any license used for
-;;   most source code of GNUnet 0.13.1, or later versions, as published by
-;;   GNUnet e.V.
 
 ;; Extracted from src/util/strings.c by Nils Durner and Christian Grothoff.
 
@@ -42,6 +37,9 @@
     (case-lambda
       "Convert binary data to ASCII encoding using Crockford Base32 encoding.
 
+This corresponds with the @code{GNUNET_STRINGS_data_to_string} function
+of the C implementation.
+
 @var{bv}: data to encode
 @var{offset}: start position of data to encode
 @var{size}: length of data to encode, in octets"
@@ -89,6 +87,9 @@ Base32 encoding."
     (lambda (enc out-size)
       "Convert Crockford Base32hex encoding back to data
 
+This corresponds with the @code{GNUNET_STRINGS_string_to_data} function
+of the C implementation.
+
 Return the data as a bytevector on success, or return #f
 if result has the wrong encoding.
 @var{out-size} must exactly match the size of the data before it was encoded.

-- 
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]