浏览代码

fft.sage: add link to cp algorithms

narodnik 4 年之前
父节点
当前提交
5d99b5817e
共有 1 个文件被更改,包括 2 次插入0 次删除
  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[]