You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/driverapi.md
+115Lines changed: 115 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,121 @@ A `TokenRequest` is the primary structure submitted to the ledger. It consists o
99
99
-**Auditing**: A dedicated section for auditor signatures and their identities.
100
100
-**Metadata**: (Sent via transient data) Contains cleartext information required by participants and auditors to process the transaction.
101
101
102
+
## Protocol Versions and Signature Security
103
+
104
+
The Token SDK supports multiple protocol versions for token request signatures, providing a migration path for security improvements while maintaining backward compatibility.
105
+
106
+
**Supported Protocol Versions**:
107
+
-**Protocol V1**: Original implementation (legacy)
Copy file name to clipboardExpand all lines: docs/drivers/dlogwogh.md
-157Lines changed: 0 additions & 157 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1520,163 +1520,6 @@ The security of ZKAT-DLOG (NOGH) relies on:
1520
1520
- Cache attacks (memory access patterns)
1521
1521
- Power analysis (where applicable)
1522
1522
1523
-
1524
-
### 12.8 Protocol Versions and Signature Security
1525
-
1526
-
#### 12.8.1 Protocol Version Overview
1527
-
1528
-
The Token SDK supports multiple protocol versions for token request signatures, providing a migration path for security improvements while maintaining backward compatibility.
1529
-
1530
-
**Supported Protocol Versions**:
1531
-
-**Protocol V1**: Original implementation (legacy)
0 commit comments