ingonyama-zk / icicle

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

How to use the Rust bindings? #309

Closed liuhao230 closed 11 months ago

liuhao230 commented 11 months ago

The build script is gone. Does the README need to be modified?

jeremyfelder commented 11 months ago

@sss1h The latest main is considered unstable right now and we are in the middle of updating our docs. You can build bn254 using its crate under wrappers/rust/icicle-curves. More curves are on the way 😃

For a stable API, I suggest using the tag v0.1.0

liuhao230 commented 11 months ago

Thanks a lot.