Skip to content
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

feat: closes #137 moves consensys/goff into field/goff #204

Merged
merged 6 commits into from
Jun 3, 2022
Merged

Conversation

gbotrel
Copy link
Collaborator

@gbotrel gbotrel commented Jun 1, 2022

  • refactor: move template field into internal/field
  • feat: added field/Field interface and ecc.ID.ScalarField()
  • feat: closes Move goff binary in field/goff  #137 moves consensys/goff into field/goff

@gbotrel gbotrel linked an issue Jun 1, 2022 that may be closed by this pull request
@gbotrel
Copy link
Collaborator Author

gbotrel commented Jun 1, 2022

To merge after #198

@gbotrel gbotrel merged commit 938eff4 into develop Jun 3, 2022
@gbotrel gbotrel deleted the feat/goff branch June 3, 2022 20:11
@gbotrel gbotrel mentioned this pull request Aug 3, 2022
@@ -10,7 +10,7 @@ import (
"math/bits"
"fmt"
{{if .UsingP20Inverse}}
"github.com/consensys/gnark-crypto/field"
"github.com/consensys/gnark-crypto/internal/field"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of this, generated files can not be embedded in another project as a standalone library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move goff binary in field/goff
2 participants