ingonyama-zk / icicle

A hardware acceleration library for compute intensive cryptography :ice_cube:
https://dev.ingonyama.com/icicle/overview
MIT License
329 stars 97 forks source link

RISC0 example using Polynomial API #548

Closed svpolonsky closed 3 months ago

svpolonsky commented 3 months ago

New Example

This new c++ example shows the basics of RISC0 protocol using our Polynomial API

svpolonsky commented 3 months ago

I updated the code based on your comments. Thanks a lot!