소스 검색

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[]