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 has been archived by the owner on Nov 9, 2023. It is now read-only.
Describe "Why" this is needed
A clear and concise description of why you need this to be implemented
We would like to use Sonny for circuits in https://github.com/microsoft/Spartan. Spartan requires scalars to implement the ff traits. If we implement the traits in Spartan then we need to create a wrapper type.
Describe alternatives you've considered
Implement Scalar wrapper that implements traits in Spartan.
Additional context
The source on github also seems to be out of sync with the crate with the same version number published to crates.io. Can we get a new release?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe what you want implemented
Implement https://github.com/zkcrypto/ff traits on Scalar type
Describe "Why" this is needed
A clear and concise description of why you need this to be implemented
We would like to use Sonny for circuits in https://github.com/microsoft/Spartan. Spartan requires scalars to implement the ff traits. If we implement the traits in Spartan then we need to create a wrapper type.
Describe alternatives you've considered
Implement Scalar wrapper that implements traits in Spartan.
Additional context
The source on github also seems to be out of sync with the crate with the same version number published to crates.io. Can we get a new release?
Thanks.
The text was updated successfully, but these errors were encountered: