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

Unify to expose symbol for Field #174

Open
chokobole opened this issue Nov 28, 2023 · 0 comments
Open

Unify to expose symbol for Field #174

chokobole opened this issue Nov 28, 2023 · 0 comments
Labels
refac Refactor for better quality code

Comments

@chokobole
Copy link
Contributor

chokobole commented Nov 28, 2023

Issue type

Feature Request

Current behavior?

Some exposes field type as F and others as Field.

using F = typename CryptographicSpongeTraits<Derived>::F;

using Field = typename VectorCommitmentScheme<Derived>::Field;

Expected Behavior?

Unifying how to expose type for Field

@chokobole chokobole added the refac Refactor for better quality code label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refac Refactor for better quality code
Projects
None yet
Development

No branches or pull requests

1 participant