Uses of Class
ds.ov2.test.Performance_mult_host.Div_call_result

Packages that use Performance_mult_host.Div_call_result
ds.ov2.test Test applet for OV-chip protocol layer and for ds.ov2.bignat functionality. 
 

Uses of Performance_mult_host.Div_call_result in ds.ov2.test
 

Methods in ds.ov2.test that return Performance_mult_host.Div_call_result
 Performance_mult_host.Div_call_result Performance_mult_host.card_div(BigInteger divident, BigInteger divisor, int rounds_1, int rounds_2)
          Run the complete div protocol.
 Performance_mult_host.Div_call_result Performance_mult_host.div_measure_size(int size, Random rand, int rounds_1, int rounds_2)
          Measure and print performance of one div protocol run.
 Performance_mult_host.Div_call_result Performance_mult_host.div_perf_once(Random rand, int size, int rounds_1, int rounds_2)
          Performs one division check and measurement.