|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exponent_perf_host.Vector_exponent_variant | |
---|---|
ds.ov2.test | Test applet for OV-chip protocol layer and for ds.ov2.bignat
functionality. |
Uses of Exponent_perf_host.Vector_exponent_variant in ds.ov2.test |
---|
Methods in ds.ov2.test that return Exponent_perf_host.Vector_exponent_variant | |
---|---|
static Exponent_perf_host.Vector_exponent_variant |
Exponent_perf_host.Vector_exponent_variant.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Exponent_perf_host.Vector_exponent_variant[] |
Exponent_perf_host.Vector_exponent_variant.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ds.ov2.test with parameters of type Exponent_perf_host.Vector_exponent_variant | |
---|---|
Exponent_perf_host.Exp_call_result |
Exponent_perf_host.card_vector_exp(Host_vector base,
Host_vector exponent,
Host_modulus modulus,
int base_factor_size,
Host_vector base_factors,
BigInteger one_or_correction,
Exponent_perf_host.Vector_exponent_variant variant,
boolean keep_modulus)
Run the complete vector exponent protocol. |
void |
Exponent_perf_host.run_vector_exp_check(Exponent_perf_host.Vector_exponent_variant variant)
Exception wrapper for vector_exp_check . |
void |
Exponent_perf_host.run_vector_exp_perf(Exponent_perf_host.Vector_exponent_variant variant)
Exception wrapper for vector_exp_measure . |
void |
Exponent_perf_host.vector_exp_check(Exponent_perf_host.Vector_exponent_variant variant)
Check State.rounds rounds the multi-power computation
on the card. |
void |
Exponent_perf_host.vector_exp_measure_size(BigInteger mod,
Random rand,
int short_bit_size,
int short_byte_size,
int effective_byte_size,
int long_byte_size,
int pre_computed_factors,
Exponent_perf_host.Vector_exponent_variant variant,
boolean keep_modulus)
Measure one round of multi-power and print the timings in gnuplot friendly way. |
void |
Exponent_perf_host.vector_exp_measure(Exponent_perf_host.Vector_exponent_variant variant)
Measure multi-power with increasing number sizes. |
Exponent_perf_host.Exp_call_result |
Exponent_perf_host.vector_exp_once(BigInteger mod,
Random rand,
int short_bit_size,
int short_byte_size,
int effective_byte_size,
int long_byte_size,
int pre_computed_factors,
Exponent_perf_host.Vector_exponent_variant variant,
boolean keep_modulus)
Generate input data, run the vector exponent protocol once and check the result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |