2016-04-03 26 views
2

我正在嘗試使用int_repr獲取SAGE大字段的int表示形式。具體來說,GF(2^80),但我得到下面的錯誤。我的自然問題是,如何在SAGE中獲得大場的整型表示?如何獲得SAGE中大字段的int表示形式

K = GF(2^80,"t") 
(K.random_element()).int_repr() 

'sage.rings.finite_rings.element_ntl_gf2e.FiniteField_ntl_gf2eElement' object has no attribute 'int_repr' 

回答

相關問題