You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
Hello!
Sorry for my (maybe) naive question but I am fairly new to the Rust language.
I wanted to ask if there could be a method to serialize/deserialize the pk and the sk into a Vec.
Maybe with serde::Serialize on the RqPoly struct and an sk.to_bytes() impl.
Thanks in advance.