gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 03/03: Partially document (gnu gnunet data-string) in th


From: gnunet
Subject: [gnunet-scheme] 03/03: Partially document (gnu gnunet data-string) in the manual.
Date: Thu, 28 Jul 2022 18:59:44 +0200

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

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

commit 3fd35c6b2bf01dd6c79300cf7c4d689cb32c1d47
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Jul 28 18:58:51 2022 +0200

    Partially document (gnu gnunet data-string) in the manual.
    
    * doc/scheme-gnunet.tm (Miscellaneous): Add text.
---
 doc/scheme-gnunet.tm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/scheme-gnunet.tm b/doc/scheme-gnunet.tm
index 9e4c74c..e0e0491 100644
--- a/doc/scheme-gnunet.tm
+++ b/doc/scheme-gnunet.tm
@@ -260,6 +260,15 @@
     <var|to> and return it.
   </explain>
 
+  The module <scm|(gnu gnunet data-string)><index|(gnu gnunet data-string)>
+  has two procedures <scm|data-\<gtr\>string><index|data-\<gtr\>string> and
+  <scm|string-\<gtr\>data><index|string-\<gtr\>data>, for representing binary
+  data in ASCII with the Crockford Base32 encoding <todo|TODO: convert to
+  slices and document>. They correspond with the
+  <cpp|GNUNET_STRINGS_data_to_string><index|GNUNET_STRINGS_data_to_string>
+  and <cpp|GNUNET_STRINGS_string_to_data><index|GNUNET_STRINGS_string_to_data>
+  functions in the C implementation.
+
   <appendix|GNU Free Documentation License>
 
   <include|fdl.tm>

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