Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

feat req: assign witness parallelly #7

Open
lispc opened this issue Jun 29, 2022 · 1 comment
Open

feat req: assign witness parallelly #7

lispc opened this issue Jun 29, 2022 · 1 comment

Comments

@lispc
Copy link
Contributor

lispc commented Jun 29, 2022

95% of rows are used for point mul_scalar. So we can assign witness like this ?

// whenever mul_scalar is used
// launch a new thread 
thread::new( | offset, point, scalar| {
// assign mul scalar witness
})
offset += 79xxx; // a prefined value
// assign other witness 
@xgaozoyoe
Copy link
Contributor

I am working on it.

@29988122 29988122 reopened this Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants