Google

Go to the first, previous, next, last section, table of contents.


ptogf2n

ptogf2n(poly)
:: °ìÊÑ¿ô¿¹à¼°¤ò GF(2^n) ¤Î¸µ¤ËÊÑ´¹
return
GF(2^n) ¤Î¸µ
poly
°ìÊÑ¿ô¿¹à¼°
  • poly ¤Îɽ¤¹ GF(2^n) ¤Î¸µ¤òÀ¸À®¤¹¤ë. ·¸¿ô¤Ï, 2 ¤Ç³ä¤Ã¤¿Í¾¤ê¤Ë ÊÑ´¹¤µ¤ì¤ë. poly ¤ÎÊÑ¿ô¤Ë @ ¤òÂåÆþ¤·¤¿·ë²Ì¤ÈÅù¤·¤¤.
[1] setmod_ff(x^30+x+1);
x^30+x+1
[2] ptogf2n(x^100);
(@^100)
»²¾È
section gf2ntop


Go to the first, previous, next, last section, table of contents.