Skip to content

[zkMemory] Use rayon in zkMemory and polynomial evaluation #50

Description

@chiro-hiro

Rayon and Tokio could be used to improve these kind of code.

        // Evaluate the values p_i(x_i) for i=1,2,...,n and add to the transcript
        for (poly, point) in polynomial_list.iter().zip(&points_list) {
            transcript
                .write_scalar(eval_polynomial(poly, *point))
                .unwrap();
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions