You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first paragraph of the "Computing the Modulus" section of Chapter 12, we get the modulus for free when we are factoring 15, because it's 2^4-1. In the second paragraph, "this trick also works when we are factoring 21..." This should be 31 (2^5-1).
The text was updated successfully, but these errors were encountered:
In the first paragraph of the "Computing the Modulus" section of Chapter 12, we get the modulus for free when we are factoring 15, because it's 2^4-1. In the second paragraph, "this trick also works when we are factoring 21..." This should be 31 (2^5-1).
The text was updated successfully, but these errors were encountered: