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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: