Ver Fonte

fft.sage: add link to cp algorithms

narodnik há 4 anos atrás
pai
commit
5d99b5817e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      scripts/halo/fft.sage

+ 2 - 0
scripts/halo/fft.sage

@@ -1,3 +1,5 @@
+# See also https://cp-algorithms.com/algebra/fft.html
+
 q = 0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000001
 K = GF(q)
 P.<X> = K[]