ds.ov2.test
Class Exponent_perf_host.Exp_call_result

java.lang.Object
  extended by ds.ov2.test.Exponent_perf_host.Exp_call_result
Enclosing class:
Exponent_perf_host

private class Exponent_perf_host.Exp_call_result
extends Object

Result record of the Vector_exp protocol.


Field Summary
 long duration_1
          Duration of the vector_exp_1 step in nanoseconds.
 long duration_2
          Duration of the vector_exp_2 step in nanoseconds.
 BigInteger result
          Result computed on the card.
 
Constructor Summary
Exponent_perf_host.Exp_call_result(long d1, long d2, BigInteger r)
          Record creation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration_1

public final long duration_1
Duration of the vector_exp_1 step in nanoseconds.


duration_2

public final long duration_2
Duration of the vector_exp_2 step in nanoseconds.


result

public final BigInteger result
Result computed on the card.

Constructor Detail

Exponent_perf_host.Exp_call_result

public Exponent_perf_host.Exp_call_result(long d1,
                                          long d2,
                                          BigInteger r)
Record creation.

Parameters:
d1 - duration of vector_exp_1 in nanoseconds
d2 - duration of vector_exp_2 in nanoseconds
r - result