Skip to main content

kimchi_msm/fec/
mod.rs

1// Foreign elliptic curve (FEC) addition circuit implementation was removed.
2// The code was interesting in terms of ideas, but it added maintenance burden
3// and increased compile times without active usage.
4// The implementation can be recovered from git history if needed in the future.