Skip to content

Commit

Permalink
Implementation in R without NTT
Browse files Browse the repository at this point in the history
  • Loading branch information
MarHayat authored Jul 7, 2019
1 parent 5b06723 commit cce2c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF_old.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cce2c13

Please sign in to comment.