ingonyama-zk / icicle

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

[FEAT]: Add compatible ZAL implementation #475

Open jeremyfelder opened 6 months ago

jeremyfelder commented 6 months ago

Description

Recently, an abstraction API for backends in the PSE halo2 implementation was merged. It would be nice to have a wrapper around the existing ICICLE API that allowed for out-of-the-box usage of basic ICICLE features by implementing the MsmAccel trait

Motivation

Out-of-the-box usage of basic ICICLE MSM for all users of the PSE halo2 implementation

mahmudsudo commented 2 weeks ago

hi, can i take on this issue ?