Add marshalling for deal#610
Conversation
|
🔒 Could not start CI tests due to missing safe PR label. Please contact a DEDIS maintainer. |
|
We discussed on Monday putting the marshaling in the internal code to prevent misuse but it's not possible because it causes a circular import (VSS will need to import internal to have the marshaling methods and internal need the structs from VSS to write the marshaling methods). Note that to marshal the |
1fdaf5f to
562ac70
Compare
e6e06c5 to
b049d3f
Compare
|
🔒 Could not start CI tests due to missing safe PR label. Please contact a DEDIS maintainer. |
7265864 to
cbbfc93
Compare
jbsv
left a comment
There was a problem hiding this comment.
Minor stuff, thanks a lot for all that.
|



Folllow up to #609. This PR adds methods to marshal and unmarshal
Dealin Pedersen and Rabin VSS compatible with V3 to ensure backward compatibility.