docs: update README#4
Conversation
huitseeker
left a comment
There was a problem hiding this comment.
Sphinx.jpg is a photo by Konsta Punkka, I have not found indications that it is free of rights, is that the case?
Sphinx2.jpg is on various stock photo sites, did we purchase a license for it? considering I'm still seeing the watermark from vecteezy, I'd assume not?
| with work from Risc Zero, Valida, Polygon and others to create an excellent | ||
| packaged developer experience. Sphinx is a fork of SP1 | ||
| - [Risc Zero](https://www.risczero.com/), who developed and maintain the | ||
| [riscv32im-risc0-zkvm-elf](https://doc.rust-lang.org/nightly/rustc/platform-support/riscv32im-risc0-zkvm-elf.html) |
There was a problem hiding this comment.
So technically this isn't what SP1/Sphinx is using: as the name of every compiled SP1 program indicates, it has its own riscv32im-succinct-zkvm-elf target (notice 'succinct'), which clones Risc0's process for defining (and using) a custom RiscV compilation target, but does not reuse the outcome of that process (and those credits for maintenance kinda suggest that Sphinx does).
There was a problem hiding this comment.
Okay, what about
- Risc Zero, who developed and maintain the riscv32im-risc0-zkvm-elf Rust toolchain, from which the
riscv32im-succinct-zkvm-elftoolchain used by SP1 and Sphinx are derived.
Or something like that?
Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com>
# This is the 1st commit message: chore: clippy # The commit message #2 will be skipped: # fixup! feat: exit code (#750) # The commit message #3 will be skipped: # fixup! feat: exit code (#750) # The commit message #4 will be skipped: # fixup! feat: exit code (#750) # The commit message #5 will be skipped: # fixup! feat: exit code (#750)
# This is the 1st commit message: chore: clippy # The commit message #2 will be skipped: # fixup! feat: exit code (#750) # The commit message #3 will be skipped: # fixup! feat: exit code (#750) # The commit message #4 will be skipped: # fixup! feat: exit code (#750) # The commit message #5 will be skipped: # fixup! feat: exit code (#750)
Updates the README for Sphinx, with particular focus on the acknowledgements.