Skip to content

Refactor FFT implementation and remove Rust dependencies#15

Merged
10d9e merged 1 commit intomainfrom
feat/extended-fft
Oct 16, 2025
Merged

Refactor FFT implementation and remove Rust dependencies#15
10d9e merged 1 commit intomainfrom
feat/extended-fft

Conversation

@10d9e
Copy link
Contributor

@10d9e 10d9e commented Oct 16, 2025

  • Removed Rust FFT bridge and related files to streamline the Go-only implementation.
  • Introduced a new poly package for optimized polynomial operations, including FFT and IFFT.
  • Updated Makefile to reflect changes in build targets and removed Rust-related commands.
  • Adjusted README.md to clarify performance notes and usage instructions.
  • Enhanced trgsw and cloudkey packages to utilize the new poly package for polynomial evaluations.

- Removed Rust FFT bridge and related files to streamline the Go-only implementation.
- Introduced a new `poly` package for optimized polynomial operations, including FFT and IFFT.
- Updated `Makefile` to reflect changes in build targets and removed Rust-related commands.
- Adjusted `README.md` to clarify performance notes and usage instructions.
- Enhanced `trgsw` and `cloudkey` packages to utilize the new `poly` package for polynomial evaluations.
@10d9e 10d9e self-assigned this Oct 16, 2025
@10d9e 10d9e merged commit 5ce27e7 into main Oct 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant