As of #1413 we're now consuming fiat-crypto code verbatim with no post-processing (i.e for const fn support, which is first class now).
This means instead of vendoring generated code, we could use the fiat-crypto crate as a dependency instead, getting updates/improvements for "free".
As of #1413 we're now consuming
fiat-cryptocode verbatim with no post-processing (i.e forconst fnsupport, which is first class now).This means instead of vendoring generated code, we could use the
fiat-cryptocrate as a dependency instead, getting updates/improvements for "free".