[rlwe]: `rlwe.Parameters` does not implement `structs.BinarySizer`, `io.WriterTo` and `io.ReaderFrom`
Closed this issue · 0 comments
Pro7ech commented
This most likely caused by the fact that the serialization is done by wrapping MarshalJSON()
and it prevents an interface based serialization of the rlwe.Parameters
struct.