aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/enums/signature_purpose.go
diff options
context:
space:
mode:
authorBernd Fix <brf@hoi-polloi.org>2022-11-11 09:43:03 +0100
committerBernd Fix <brf@hoi-polloi.org>2022-11-11 09:43:03 +0100
commit30f8a148ff551129b3ccc8f52e5dda1ec2104ee3 (patch)
tree18f30b4fa4bb4ecaf81d67551fafc77bcf1ad8a1 /src/gnunet/enums/signature_purpose.go
parentbcc6ce0be0d9c240dce80c42af5b56e8ee805aff (diff)
downloadgnunet-go-30f8a148ff551129b3ccc8f52e5dda1ec2104ee3.tar.gz
gnunet-go-30f8a148ff551129b3ccc8f52e5dda1ec2104ee3.zip
Namestore and identity service integrated.v0.1.38
Diffstat (limited to 'src/gnunet/enums/signature_purpose.go')
-rw-r--r--src/gnunet/enums/signature_purpose.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnunet/enums/signature_purpose.go b/src/gnunet/enums/signature_purpose.go
index 31f6eca..89e9f45 100644
--- a/src/gnunet/enums/signature_purpose.go
+++ b/src/gnunet/enums/signature_purpose.go
@@ -39,5 +39,6 @@ SIG_TRANSPORT_CHALLENGE SigPurpose = 35 // Signature by a peer affirming that it
39SIG_TRANSPORT_DV_HOP SigPurpose = 36 // Signature by a peer affirming that it is on a DV path. 39SIG_TRANSPORT_DV_HOP SigPurpose = 36 // Signature by a peer affirming that it is on a DV path.
40SIG_TRANSPORT_DV_INITIATOR SigPurpose = 37 // Signature by a peer affirming that it originated the DV path. 40SIG_TRANSPORT_DV_INITIATOR SigPurpose = 37 // Signature by a peer affirming that it originated the DV path.
41SIG_CADET_CONNECTION_INITIATOR SigPurpose = 38 // Signature by a peer that like to create a connection. 41SIG_CADET_CONNECTION_INITIATOR SigPurpose = 38 // Signature by a peer that like to create a connection.
42SIG_COMMUNICATOR_TCP_HANDSHAKE_ACK SigPurpose = 39 // Signature by a peer sending back the nonce received at initial handshake.
42 43
43) 44)