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

test: replace InnerProduct types with Test types within test code #197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stuarttimwhite
Copy link
Contributor

Rationale for this change

The types InnerProductProof, RistrettoPoint, and Curve25519Scalar are used in many tests within the base directory. We want to use our test types TestEvaluationProof, NaiveCommitment, and TestScalar instead.

What changes are included in this PR?

The InnerProduct types are replaced within tests that are held within the base directory.

Are these changes tested?

This PR refactors many tests.

@stuarttimwhite stuarttimwhite force-pushed the test/replace-inner-product-with-test-types branch 2 times, most recently from ba945b4 to c144ad6 Compare September 30, 2024 20:18
@stuarttimwhite stuarttimwhite marked this pull request as ready for review September 30, 2024 20:26
@stuarttimwhite stuarttimwhite marked this pull request as draft September 30, 2024 20:31
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.

1 participant