Can't serialize a Vec<ZST>
, but it appears that the attack is only on deserialization
#301
Labels
documentation
Improvements or additions to documentation
I understand the issue with deserializing a
Vec<ZST>
, (#52 and #19), but if I'm not mistaken, there is no such attack on the serialization side.It seems unnecessary to do the ZST check for serialization. If it is unnecessary, what are the chances you could remove that check? If it is necessary, could you point me to the documentation as to why? Or maybe could you document why, if it isn't already?
This just seems wrong to me:
Specifically the
I'm not deserializing, the check already exists on deserialization, preventing the attack.
The text was updated successfully, but these errors were encountered: