HyungDo Lee on Mon, 09 Mar 2020 02:00:11 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

how to calculate modular t_FFELT value with any other data type value?


when i use elliptic curve function, 


P= ellmul(E,Q,3);
a=P[1]%100000;

_%_: forbidden division t_FFELT % t_INT 

any method??  
conver t_FFELT value to t_int or  what should i do?