in my algorithm i am doing gcd of two polynomial over prime field.

asked 2017-05-31 10:20:58 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

polynomial f1 polynomial f2 f3= gcd(f1,f2)

there is any method to improve speed of gcd computation over prime field

edit retag flag offensive close merge delete

Comments

You should start by writing a complete example.

vdelecroix gravatar imagevdelecroix ( 2017-07-14 00:06:02 +0200 )edit