risc0 / risc0-ethereum

Integration of the RISC Zero verifiable compute platform with Ethereum and EVM chains.
https://risczero.com
Apache License 2.0
60 stars 15 forks source link

Use `impl AsRef<u8>` instead of `Vec` for encode Groth16 args #175

Closed nategraf closed 1 month ago

nategraf commented 1 month ago

Marked as draft as I haven't had a chance to check whether this would be a breaking change yet.

Resolves: #174

capossele commented 1 month ago

Closing as integrated into #179