Closed chokobole closed 2 months ago
In ef58cee, I think you meant refac(math): change CosetFFTBatch() to private
-> refac(math): change CosetLDEBatch() to public
In ef58cee, I think you meant
refac(math): change CosetFFTBatch() to private
->refac(math): change CosetLDEBatch() to public
No, the methods were originally all public, and I changed CosetFFTBatch()
to private because it's only used internally. So the change was intentional and correct.
LGTM
Description
This PR optimizes
CosetLDEBatch()
andIFFTBatch()
in a high view.