Expose conversions to and from integer representations to allow usage…#21
Expose conversions to and from integer representations to allow usage…#21gkgoat1 wants to merge 2 commits intoTitouanReal:mainfrom
Conversation
… in downstream crates and network protocols.
|
Thank you for contributing! May I ask in what situation you are using this crate? I looked at your PR and i have some questions about the changes in |
I am planning to use this crate as an implemention of CSIDH, specifically to replace
I mostly added that method for completeness, since I could easily just hash the secret. Being able to serialize and deserialize types here would, however, be an important feature. |
… in downstream crates and network protocols.