From 798e1e9a89bd0ec8a68a78d0176343f8ba666f93 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 19 Feb 2021 19:00:04 +0000 Subject: [PATCH] Remove non-ASCII characters from subgroupcheck.sage. Signed-off-by: Daira Hopwood --- subgroupcheck.sage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgroupcheck.sage b/subgroupcheck.sage index 412e17b..57ae4f6 100755 --- a/subgroupcheck.sage +++ b/subgroupcheck.sage @@ -1,6 +1,6 @@ #!/usr/bin/env sage -# Find the smallest element > 1 of { ω^j : j ∊ [0, 2^32) }, over the Pasta Fp and Fq. +# Find the smallest element > 1 of { \omega^j : j \in [0, 2^32) }, over the Pasta Fp and Fq. # # This is a bit clunky at the moment since the threads work independently on subsets # of the space, so it requires you to scan the output by eye to get the actual smallest