Skip to content

feat: add vector operation on koalabear extension #679

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

Closed
wants to merge 1 commit into from

Conversation

gbotrel
Copy link
Collaborator

@gbotrel gbotrel commented Apr 26, 2025

Description

WIP, no tests, no AVX acceleration, just to iterate on the interface and actual need for acceleration.

}
for i := range a {
(*vector)[i].Set(&a[i])
(*vector)[i].B0.A0.Add(&(*vector)[i].B0.A0, &b[i])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does that mean that we hard-cast vectors of base-field elements into vectors of extension field elements?

@gbotrel gbotrel closed this Jun 12, 2025
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.

2 participants