|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectds.ov2.test.Performance_mult_host.Mult_call_result
private class Performance_mult_host.Mult_call_result
Combined result record for the Montgomery multiplication, demontgomerization, squared multiplication, squared 4 multiplication and additon protocols.
| Field Summary | |
|---|---|
long |
duration_1
Duration of the first step in nanoseconds. |
long |
duration_2
Duration of the second step in nanoseconds. |
BigInteger |
result
Result of the card. |
| Constructor Summary | |
|---|---|
Performance_mult_host.Mult_call_result(long duration_1,
long duration_2,
BigInteger result)
Initialize the record. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final long duration_1
public final long duration_2
public final BigInteger result
| Constructor Detail |
|---|
public Performance_mult_host.Mult_call_result(long duration_1,
long duration_2,
BigInteger result)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||