Description

We implemented the Bandersnatch curve on Lambdaworks 


Bandersnatch is an elliptic curve that is used in current implementations of Verkle Tries.

You can find the reference paper of Bandersnatch here: https://eprint.iacr.org/2021/1152.pdf


Presentation: https://docs.google.com/presentation/d/1EGvCrgGKVu6XUgpWIwGQ2pjb-S3GpVMMXWyWM1scOT4/edit?usp=sharing

Github PR: https://github.com/lambdaclass/lambdaworks/pull/513