Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poly: add ntt and intt ops #570

Merged
merged 1 commit into from Mar 29, 2024

Commits on Mar 29, 2024

  1. poly: add ntt and intt ops

      - Intoduce ntt/intt ops that convert them to/from tensors with their
        ideal ring attributes encoded
      - These tensors allow for the polynomial to be in the corresponding
        point-value representation for more efficient polynomial
        multiplicaiton
    
    Resolves google#182
    inbelic committed Mar 29, 2024
    Copy the full SHA
    9df52df View commit details
    Browse the repository at this point in the history