gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: -actually change method name


From: gnunet
Subject: [gnunet] 02/02: -actually change method name
Date: Wed, 31 Aug 2022 18:18:55 +0200

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

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

commit de09c89d54d2760a2a53729290554b835cadcaee
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Aug 31 18:18:49 2022 +0200

    -actually change method name
---
 src/reclaim/did.h        | 4 ++--
 src/reclaim/did_helper.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/reclaim/did.h b/src/reclaim/did.h
index 4a3778f9d..fc465da3b 100644
--- a/src/reclaim/did.h
+++ b/src/reclaim/did.h
@@ -25,7 +25,7 @@
 
 /**
  * Create a DID string from an ego in the format
- * did:reclaim:<pubkey>
+ * did:gns:<pubkey>
  *
  * @param ego the Ego to use
  * @return the DID string
@@ -36,7 +36,7 @@ DID_ego_to_did (struct GNUNET_IDENTITY_Ego *ego);
 
 /**
  * Extract the public key from a DID
- * in the format did:reclaim:<pubkey>
+ * in the format did:gns:<pubkey>
  *
  * @param did the DID parse
  * @param pk where to store the public key
diff --git a/src/reclaim/did_helper.h b/src/reclaim/did_helper.h
index c3ee457af..5cad48ca8 100644
--- a/src/reclaim/did_helper.h
+++ b/src/reclaim/did_helper.h
@@ -24,7 +24,7 @@
  * @author Tristan Schwieren
  */
 
-#define GNUNET_DID_METHOD_PREFIX "did:reclaim:"
+#define GNUNET_DID_METHOD_PREFIX "did:gns:"
 #define MAX_DID_SPECIFIC_IDENTIFIER_LENGTH 59
 
 /**
@@ -71,4 +71,4 @@ DID_pkey_to_did_document (struct GNUNET_IDENTITY_PublicKey 
*pkey);
  * @brief Generate the default DID document for a GNUNET ego
  */
 char *
-DID_identity_to_did_document (struct GNUNET_IDENTITY_Ego *ego);
\ No newline at end of file
+DID_identity_to_did_document (struct GNUNET_IDENTITY_Ego *ego);

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