From cce2c13c90c5b5064426d551eadd57ddd9effd9a Mon Sep 17 00:00:00 2001 From: Maryam Hayati Date: Sun, 7 Jul 2019 12:57:38 -0700 Subject: [PATCH] Implementation in R without NTT --- RF_old.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RF_old.R b/RF_old.R index 9ef054c..6d4e18a 100644 --- a/RF_old.R +++ b/RF_old.R @@ -137,7 +137,7 @@ qmT=function(R,n,m){ } return(qmt) } -#this fonction computes the RF distribution +#this function computes the RF distribution polynomial=function(tree,n){ Coef=numeric() R=RF_old(tree,n)