elliptic-curves icon indicating copy to clipboard operation
elliptic-curves copied to clipboard

Use `fiat-crypto` crate?

Open tarcieri opened this issue 5 months ago • 0 comments

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".

tarcieri avatar Sep 12 '25 20:09 tarcieri