We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sdr.preferred_pairs()
sdr.preferred_pairs(n: degree)
sdr.preferred_pairs(poly1: Poly)
The text was updated successfully, but these errors were encountered:
Needed for #274
Sorry, something went wrong.
Add sdr.preferred_pairs()
389f59d
Fixes #384
66a2d9d
85ceb18
No branches or pull requests
sdr.preferred_pairs(n: degree)
generator to return all preferred pairs of primitive polynomials with that degreesdr.preferred_pairs(poly1: Poly)
generator to return all preferred pairs with that polynomialThe text was updated successfully, but these errors were encountered: