mirror of https://github.com/zcash/pasta.git
Remove non-ASCII characters from subgroupcheck.sage.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
8f8d0ba399
commit
798e1e9a89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue