More notes and deprecation
This commit is contained in:
@ -3,7 +3,7 @@ Common structures Specification
|
||||
===============================
|
||||
.. meta::
|
||||
:category: Design
|
||||
:lastupdated: 2025-01
|
||||
:lastupdated: 2025-02
|
||||
:accuratefor: 0.9.65
|
||||
|
||||
.. contents::
|
||||
@ -417,6 +417,10 @@ Excess Signing Public Key Data 0+
|
||||
Excess Crypto Public Key Data 0+
|
||||
================================== ======
|
||||
|
||||
Warning: The key type order is the opposite of what you may expect;
|
||||
the Signing Public Key Type is first.
|
||||
|
||||
|
||||
The defined Signing Public Key types are:
|
||||
|
||||
====================== =========== ======================= ====== =====
|
||||
|
@ -3,7 +3,7 @@ I2NP Specification
|
||||
==================
|
||||
.. meta::
|
||||
:category: Protocols
|
||||
:lastupdated: 2025-01
|
||||
:lastupdated: 2025-02
|
||||
:accuratefor: 0.9.65
|
||||
|
||||
.. contents::
|
||||
@ -246,6 +246,9 @@ Notes
|
||||
BuildRequestRecord
|
||||
------------------
|
||||
|
||||
DEPRECATED, only used in the current network when a tunnel contains an ElGamal router.
|
||||
See [TUNNEL-CREATION-ECIES]_.
|
||||
|
||||
Description
|
||||
```````````
|
||||
One Record in a set of multiple records to request the creation of one hop in
|
||||
@ -423,6 +426,9 @@ Notes
|
||||
BuildResponseRecord
|
||||
-------------------
|
||||
|
||||
DEPRECATED, only used in the current network when a tunnel contains an ElGamal router.
|
||||
See [TUNNEL-CREATION-ECIES]_.
|
||||
|
||||
Description
|
||||
```````````
|
||||
One Record in a set of multiple records with responses to a build request.
|
||||
@ -650,8 +656,8 @@ Garlic_ 11
|
||||
TunnelData_ 18
|
||||
TunnelGateway_ 19
|
||||
Data_ 20
|
||||
TunnelBuild_ 21
|
||||
TunnelBuildReply_ 22
|
||||
TunnelBuild_ 21 deprecated
|
||||
TunnelBuildReply_ 22 deprecated
|
||||
VariableTunnelBuild_ 23 0.7.12
|
||||
VariableTunnelBuildReply_ 24 0.7.12
|
||||
ShortTunnelBuild_ 25 0.9.51
|
||||
@ -1488,6 +1494,8 @@ Notes
|
||||
TunnelBuild
|
||||
-----------
|
||||
|
||||
DEPRECATED, use VariableTunnelBuild_
|
||||
|
||||
.. raw:: html
|
||||
|
||||
{% highlight lang='dataspec' %}
|
||||
@ -1531,6 +1539,8 @@ Notes
|
||||
TunnelBuildReply
|
||||
----------------
|
||||
|
||||
DEPRECATED, use VariableTunnelBuildReply_
|
||||
|
||||
.. raw:: html
|
||||
|
||||
{% highlight lang='dataspec' %}
|
||||
|
Reference in New Issue
Block a user