Searched refs:bigint (Results 1 – 1 of 1) sorted by relevance
1428 def export_curve_int(curvename, intname, bigint, size): argument1429 if bigint == None:1433 out = "static const u8 "+curvename+"_"+intname+"[] = "+bigint_to_C_array(bigint, size)+"\n"