0xmozak / mozak-vm

Mozak RISC-V Virtual Machine
Apache License 2.0
9 stars 8 forks source link

Current limitations of Plonky3 support for circuits3 #927

Open codeblooded1729 opened 10 months ago

codeblooded1729 commented 10 months ago

We would be using valida prover as an example for our vm. The functionalities which are yet to be implemented in valida as on 22 Jan 2024 are

jdkanani commented 8 months ago

Who is working on this one? @phildimes @codeblooded1729

matthiasgoergens commented 8 months ago

Is recursion still open? What about verification?

matthiasgoergens commented 8 months ago

@codeblooded1729 I assigned this to you. That doesn't mean you need to fix all the problems, just to keep this list up to date. Thanks!

matthiasgoergens commented 8 months ago

Can't use Mersenne-31 or BabyBear fields yet, since they have size smaller than 32 bit.

We need to see about using multiple limbs for our 32 bit values?

matthiasgoergens commented 8 months ago

https://github.com/0xmozak/mozak-vm/pull/1126 is related.