Frank Laub
Frank Laub
We've seen issues with gcc in terms of speed and sometimes crashes on certain versions. So we force clang in our builds. I think the issue here is that we...
Some progress has been made: https://github.com/risc0/risc0/pull/1158 Upcoming PRs will provide an end-to-end solution.
WIP: https://github.com/risc0/risc0/pull/1356
@nahoc Would you mind taking a look at this?
This looks really interesting: https://github.com/privacy-scaling-explorations/folding-schemes/pull/76
Superseded by #1683
From github
From linear
This seems to be blocked on finding an efficient/unchecked way to cast a byte slice into an Elem. AFAICT, the only way to make `bytemuck` happy with this is to...
Closing this in favor of #1372