mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
6 lines
144 B
Python
6 lines
144 B
Python
from finite_fields import finitefield
|
|
|
|
q = 0x40000000000000000000000000000000224698fc094cf91b992d30ed00000001
|
|
fq = finitefield.IntegersModP(q)
|
|
|