Frank Laub
Frank Laub
This now seems to work on macOS 14.3.1, closing for now
Let's chat about this, we already have the start of it, and we had something to check for this, but we ran into lots of issues with it.
Depends on #1369 Depends on risc0/devops#90
I've been thinking about this and wondering if we could change the structure of a Digest so that it prevents misuse by leveraging the type system more.
We now have better benchmark comparisons and I'm not seeing any perf regression here: https://github.com/risc0/risc0/actions/runs/8811852210?pr=1372
I'd like to keep the template in the same repository, for testing/CI reasons. But we can fix the generator to avoid using any git references by default.
I'd like to explore ditching `cargo-generate` and just using string templating to generate the project files. I don't know that we need the ability to pull down a template from...
We finished this just before 1.0 landed
Does this work on latest toolchain?
It seems like the extra check is unnecessary, because the passphrase is hashed inside the zkvm, which means we can be sure that it was computed properly.