noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
906 stars 206 forks source link

Document usage of databus #5239

Open TomAFrench opened 5 months ago

TomAFrench commented 5 months ago

@guipublic has been working on adding support for the databus however we don't have any particular documentation about what this is and when it's useful.

We should write some technical documentation about:

Documentation of how we change the compiled ACIR as a result of using the call_data and return_data visibility modifiers would also be good.

guipublic commented 5 months ago

I added the documentation to hackmd: https://hackmd.io/LB6oYnyoTF-YHMKvgH0vHg?view

TomAFrench commented 5 months ago

This isn't available to people outside of aztec labs however. Can you move the relevant information into public facing documentation?

guipublic commented 4 months ago

Should I add it to Noir Documentation?