quarkslab / NFLlib

NTT-based Fast Lattice library
MIT License
165 stars 52 forks source link

Can you give some demo of using your polynomial operations? #49

Closed ifeelok92 closed 4 years ago

ifeelok92 commented 4 years ago

Can you add some simple demo to show us like how to generate a random polynomial? how to do multiplication of two polynomials f,g in Z_q[x]/(x^n+1)?
As your library does not have detailed documentations as NTL, got loss of how to call this library.