Skip to content

Commit

Permalink
todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanNeumann committed Dec 31, 2024
1 parent fe57019 commit cad021d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public static void setup() {
}

@Test
// TODO this test must be moved to another class because m=100 is not of the form 2^n
public void testSetOfQuadraticResidues() {
TreeSet<Long> quadraticResiduesMod100 = QuadraticResidues.getQuadraticResidues(100);
LOG.info("m = 100 has " + quadraticResiduesMod100.size() + " quadratic residues: " + quadraticResiduesMod100);
Expand Down

0 comments on commit cad021d

Please sign in to comment.