-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request: Fr::from_bytes() and Fr::to_bytes() #31
Labels
enhancement
New feature or request
Comments
There's the Lines 10 to 37 in 94a71e6
|
thx, I missed / forgot that. definitely helps me right now. Still, the reason I didn't see it is because I was looking all over Fr and FrRepr in the docs and didn't see anything about bytes. Since other types have ::from_bytes() and ::to_bytes() methods I thought Fr would/should also. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even though Fr is really just an [u64; 4] internally, I don't presently see an easy way to go to/from bytes.
Can we add this please?
The text was updated successfully, but these errors were encountered: