privacy-scaling-explorations / sonobe

Experimental folding schemes library
https://privacy-scaling-explorations.github.io/sonobe-docs/
MIT License
205 stars 54 forks source link

Warn that Noname is only partially-supported #150

Open CPerezz opened 3 months ago

CPerezz commented 3 months ago

I stumbled across https://github.com/dmpierre/ark-noname/blob/d85ebf493b89c403d8c9f8e5e72d9bcfc0e3d51e/src/utils.rs#L10

There are 2 things that I think need to be done.

  1. Consider porting this crate into this workspace for much easier manteinance. Specially with patched dependencies matching and easier modifications and updates when needed.
  2. We need to write in the README a warning about the impossibility of using noname libraries atm.

cc: @dmpierre