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

[FEAT]: Support MSM in the Banderwagon Curve #653

Open
flyq opened this issue Nov 11, 2024 · 1 comment
Open

[FEAT]: Support MSM in the Banderwagon Curve #653

flyq opened this issue Nov 11, 2024 · 1 comment
Labels
type:feature New feature or request

Comments

@flyq
Copy link

flyq commented Nov 11, 2024

Description

Verkle tree info:
https://ethereum.org/de/roadmap/verkle-trees/

now the verkle tree's implement dependents on Banderwagon curve, the curve's implement is here

please support the msm in this curve on icicle backend(cuda)

Motivation

Verkle trees (a portmanteau of "Vector commitment" and "Merkle Trees") are a data structure that can be used to upgrade Ethereum nodes so that they can stop storing large amounts of state data without losing the ability to validate blocks.

Banderwagon is important for Verkle trees

(optional) CUDA backend branch

cuda-backend-branch: main

@flyq flyq added the type:feature New feature or request label Nov 11, 2024
@omershlo
Copy link
Member

thanks!
cc: @ShaniBabayoff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants