Closed p0lunin closed 4 years ago
The cybershake::Error is mostly used where io::Error is needed, and so for a few places where we fail to decode a Ristretto point or the ciphertext is damaged we simply report InvalidData. After all, cybershake is an I/O middleware.
cybershake::Error
InvalidData
The
cybershake::Error
is mostly used where io::Error is needed, and so for a few places where we fail to decode a Ristretto point or the ciphertext is damaged we simply reportInvalidData
. After all, cybershake is an I/O middleware.