small fixes

restoring wycheproof files

restoring wycheproof files2
This commit is contained in:
Alejandro
2023-07-03 15:21:21 +02:00
parent fb758fe8d6
commit b6b9834e8d
6 changed files with 7 additions and 7 deletions

View File

@@ -198,7 +198,7 @@ def normalize_factor(p):
(8) * (-bx + ax)^3
```
"""
# Assert p is not 0 and that its non-zero coeffients are coprime.
# Assert p is not 0 and that its non-zero coefficients are coprime.
# (We could just work with the primitive part p/p.content() but we want to be
# aware if factor() does not return a primitive part in future sage versions.)
assert p.content() == 1