Feature #131
Implement multiple datums per PDU
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
04/10/2019
Due date:
% Done:
0%
Description
The GDP protocol supports the ability to include multiple datums in a single PDU that are linked together in a hash chain where only the last datum is signed. This is considerably cheaper than signing all the datums. However, the code currently only allows one datum per PDU. This should be fixed, both for commands (APPEND
) and responses (CONTENT
).