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

Replace all calls to Modulo with direct elliptic curve (GE,FE) arithmetic #3

Open
omershlo opened this issue Oct 9, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@omershlo
Copy link
Contributor

omershlo commented Oct 9, 2018

No good reason to use Modulo {sub,add,mul,pow}. It is much cleaner to use directly operations from ECScalar, ECPoint.

@omershlo omershlo added the enhancement New feature or request label Oct 9, 2018
@omershlo
Copy link
Contributor Author

looking at this problem more closely it first requires to add pow to the elliptic curve trait in `cryptography-utils': ZenGo-X/curv#26

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

No branches or pull requests

1 participant