Closed TomAFrench closed 3 days ago
Part of #1258
This PR removes the eddsa module from the stdlib as we now have an external library for it. https://github.com/noir-lang/eddsa
In the interests of not reducing the test suite I've also vendored it into the single test we had for it.
Check one:
cargo fmt
Note that I need to remove the documentation for eddsa tomorrow.
🚀 Deployed on https://6740549345d8ec414e0152b7--noir-docs.netlify.app
FYI @noir-lang/developerrelations on Noir doc changes.
Description
Problem*
Part of #1258
Summary*
This PR removes the eddsa module from the stdlib as we now have an external library for it. https://github.com/noir-lang/eddsa
In the interests of not reducing the test suite I've also vendored it into the single test we had for it.
Additional Context
Documentation*
Check one:
PR Checklist*
cargo fmt
on default settings.