Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.ec.ECParam
Extends/Implements : -
Subclasses : -
Variables :
GF_M,
GF_L,
GF_K,
GF_T,
GF_RP,
GF_NZT,
GF_TM0,
GF_TM1,
GF_TM2,
EC_B,
EC_COF,
EC_H
Functions : -
int
GF_M
int
GF_L
char
GF_K
int
GF_T
int
GF_RP
char
GF_NZT
int
GF_TM0
int
GF_TM1
int
GF_TM2
char
EC_B
int
EC_COF
int
EC_H
compiled in parameters. I am curious as to how much slower
it would be if these parameters were variables which could
be changed at runtime. It would be handy to select the
field size at runtime by specifying GF_M. This class simulates
using runtime parameters. This will also require changing ECField
to move static parameters into another class, so I haven't
done it yet.